*UPDATE 5/23/05 Added _EncryptString("string","password") Added _DecryptString("string","password") These functions use the built in RSA/RC4/MD5 functions that windows has. Here is an example of how you can use it, you will need DLLSTRUCT.AU3. Simple Example on decrypting a string #include <crypto.au3>
Local $password,$encryptedstring = "HBukowWHoqGJ7QkfRnX8FbOGY/+sO3yq5aA="
$password = InputBox("Enter Password","Type 'PASSWORD' to decrypt","","*")
MsgBox(0,"Result",_DecryptString($en