You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If the AES works, I would definitely go with it. It is a missing algorithm for repo, I simply didn't have a working one yet. So I don't know, if jNizM's works.
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.
The text was updated successfully, but these errors were encountered: