03-28-2008, 08:53 AM
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
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?
