Normally, I'd post this in General VB, but threads that I start there don't go that far and don't help much. But you hackers tend to know how to break things. :)
I am working on a file specification for PassProg 2. Ignoring encryption for now (I'll work on that after I know what to encrypt :)), I need a way to store data in the following format:
So there are multiple entries in a file, and each entry contains a username, password, date, etc. What I did in PassProg 1 was use an INI file, but that was crude, IMHO. Any ideas for a proprietary PP2 format?Code:File
|
+-- Entries
|
+-- Username
+-- Password
+-- Comments
+-- etc.
