-
Notifications
You must be signed in to change notification settings - Fork 19
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
Blowfish #22
Comments
I like complicated things :3 |
I am not good at cryptography so I can't check it. I think there is Blowfish algorithm: https://github.com/shajul/Autohotkey/tree/master/Library/Blowfish and http://www.autohotkey.com/board/topic/4379-blowfish-encryption-dll-functions/ |
That would be great 👍 |
Indeed but that relies on a 3rd party DLL that is nowhere to be found (reliable) - as you can see from the JS and AutoIt links above it should be possible to do it all in pure AHK code. |
There used to be a small Blowfish script on ahk . com which used a DLL which is now hard to find but there are now implementations in JS http://dren.ch/js_blowfish/ and also in AutoIt http://www.autoitscript.com/forum/topic/44581-crypto-suite/?p=332160#entry332160 - doesn't look that complicated to translate to ahk but it gives me headaches so I won't try
The text was updated successfully, but these errors were encountered: