ahkscript / libcrypt.ahk

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

use format() instead of SetFormat for RC4 #29

Closed mmikeww closed 4 years ago

mmikeww commented 7 years ago

to ensure AHK v2 compatibility

Need @joedf or @hi5 or someone to review the code and make sure it looks good

( and close Issue #28 )

mmikeww commented 7 years ago

the RC4 example still works

mmikeww commented 7 years ago

actually AHK v2 would also need to replace Asc() with Ord() so dunno if this is necessary

joedf commented 7 years ago

Seems okay...

joedf commented 4 years ago

Works great, thanks! :+1: