dinesh.guntha
18th January 2012, 07:49
Hi All,
Problem for encrypating the password in NSIS script can any one help me?
BasicPasswordEncryptor passwordEncryptor = new BasicPasswordEncryptor();
String encryptedPassword = passwordEncryptor.encryptPassword(userPassword);
I need to use this in the script file use the encrypted password.
Thanks in Advance.
Problem for encrypating the password in NSIS script can any one help me?
BasicPasswordEncryptor passwordEncryptor = new BasicPasswordEncryptor();
String encryptedPassword = passwordEncryptor.encryptPassword(userPassword);
I need to use this in the script file use the encrypted password.
Thanks in Advance.