Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which Encryption to choose? #24

Open
lintalist opened this issue Dec 5, 2015 · 1 comment
Open

Which Encryption to choose? #24

lintalist opened this issue Dec 5, 2015 · 1 comment
Labels

Comments

@lintalist
Copy link

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.

@joedf
Copy link
Member

joedf commented Dec 6, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants