ahkscript / libcrypt.ahk

A collection of crypting and encoding functions from the community
MIT License
66 stars 19 forks source link

XOR - now broken #5

Closed joedf closed 9 years ago

joedf commented 9 years ago

@nnnik Your version seems to be more efficient but, the decryption is now broken .... :( Please try out the example : https://github.com/ahkscript/libcrypt.ahk/blob/master/examples/XOR.ahk

nnnik commented 9 years ago

I will look into this

nnnik commented 9 years ago

Fixed it.

joedf commented 9 years ago

Minor, but great :+1: