Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encrypted passwords from Dialog
#7
If the password will be used with AutoPassword or other function that supports encrypted passwords, you can encrypt it with 16 instead of 9. It is more secure. Then you don't need to decrypt before passing to AutoPassword. And you don't need to encrypt your dialog because an encryption key is not used in it.

Code:
Copy      Help
str user("user") password("password")
password.encrypt(16 password "AutoPassword")

EDIT: This is not secure. Use encrypt(9 ...) too. And encrypt the macros.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)