I'm planning on adding some Encryption/Decryption to my Lintalist program as a plugin but I'm not sure which encryption to use. I have a working example with RC4 and nnnik21 by @nnnik - but there is also AES by @jNizM which may not be fully ready yet(?):
RC4 isn't very secure as far as I know so I'll scratch that one.
Changing the encryption used at a later stage could be annoying as the user would have to run a conversion script to go from one encryption to the new one so I'd rather pick one and stick with it.
I'm planning on adding some Encryption/Decryption to my Lintalist program as a plugin but I'm not sure which encryption to use. I have a working example with RC4 and nnnik21 by @nnnik - but there is also AES by @jNizM which may not be fully ready yet(?):
RC4 isn't very secure as far as I know so I'll scratch that one.
Changing the encryption used at a later stage could be annoying as the user would have to run a conversion script to go from one encryption to the new one so I'd rather pick one and stick with it.