Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encrypted passwords from Dialog
#2
Quote:how to organize the data from multiple users

If you use registry, and each user has its own user account, Windows does it for you. Each user account has its own part of registry. Each user's data is stored separately. Similarly you can store the data in a file in a user-specific folder for example $personal$ (My Documents).

Quote:I had trouble using decrypt

MD5 encryption is used when you don't need to decrypt. If need to decrypt, use Blowfish.
Macro
Code:
Copy      Help
str s="pass"
out s.encrypt(9 s "a secret encryption key")
out s.decrypt(9 s "a secret encryption key")

Quote:once each user has created their encrypted password files, how will I export this to each

What THIS?


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)