Archive: Using encryption and decryption by key


Using encryption and decryption by key
Hello,

im searching for a method to decrypt and encrypt a given string by a key.

The call should looks like: Encrypt(key, value) and Decrypt(key, value). In encrypting the value would be encrypted by the key, in decrypting the value (which is already encrypted) would be decrypted by the key.

Is there any possibility in PlugIns or examples? I didnt find it yet.

Thanks for your help.



Best regards,
Tom


http://nsis.sourceforge.net/Blowfish_plug-in


Many thanks! I read it over...