|
Reference
Password
This is the string you want to encrypt. It's maximum lenght is 8 Chars.This Input string is case-sensitive.
Salt
The "Salt" is used for crypt function. It's maximum lenght is 2 Chars.
Output
This is now the encrypted password.
Crypt(Password,Salt) : Function
Alternative method to encrypt Password.
Parameters:
Password - The string you want to encrypt (max 8 chars).
Salt - Used for crypt function (2 chars).
Result - encrypted password.
RegisterName
if you already registered this product, input your name (company name or customer name) here.
** you must set this value before call Crypt or Output.
RegisterKey
if you already registered this product, input your registration key here.
** you must set this value before call Crypt or Output.
|