Jump to content

Recommended Posts

Posted (edited)

You don't have the right parameters.

#include <String.au3>

_StringEncrypt ( $i_Encrypt, $s_EncryptText, $s_EncryptPassword [, $i_EncryptLevel ] )

$i_Encrypt 1 to encrypt, 0 to decrypt.

$s_EncryptText Text to encrypt/decrypt.

$s_EncryptPassword Password to encrypt/decrypt with.

$i_EncryptLevel Optional: Level to encrypt/decrypt. Default = 1

Edited by weaponx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...