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

Blowfish #22

Open
hi5 opened this issue Feb 26, 2015 · 4 comments
Open

Blowfish #22

hi5 opened this issue Feb 26, 2015 · 4 comments

Comments

@hi5
Copy link
Contributor

hi5 commented Feb 26, 2015

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

@hi5 hi5 added the suggestion label Feb 26, 2015
joedf added a commit that referenced this issue Feb 27, 2015
@nnnik
Copy link
Member

nnnik commented Feb 27, 2015

I like complicated things :3

@vasili111
Copy link
Member

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/

@joedf
Copy link
Member

joedf commented Apr 9, 2015

That would be great 👍

@hi5
Copy link
Contributor Author

hi5 commented Apr 9, 2015

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.

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

No branches or pull requests

5 participants
@hi5 @joedf @nnnik @vasili111 and others