Skip to content

ahkscript/libcrypt.ahk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcrypt.ahk

A collection of crypting and encoding functions from the community

Functions (WIP)

Hashing:

Hashing (Custom):

  • Laszlo Hash (L64, L128)
  • RSHash (Robert Sedgewick's string hashing algorithm)

En-/Decryption:

  • 3DES
  • AES
  • Blowfish
  • Caesar Cipher
  • RC2
  • RC4
  • TEA (xxTEA)
  • Vigenère Cipher
  • XOR
  • ROT5, ROT13, ROT18, ROT47

En-/Decryption (Custom):

  • Div2
  • nnnik21
  • VxE (VxE-89, VxE-251)
  • SoupRot

En-/Decoding:

  • ASCII85
  • ASCII / Binary
  • Base64
  • Bin / Hex
  • Dec (2 to 36)
  • URI/URL encode/decode

A special thanks to

Bentschi, @AHK-just-me, @IsNull, @jNizM, @G33kDude, @joedf, @nnnik and others