|
-
Aug 21st, 2001, 09:14 PM
#1
Thread Starter
Member
File specification
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:
Code:
File
|
+-- Entries
|
+-- Username
+-- Password
+-- Comments
+-- etc.
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|