Thread: PassShed
View Single Post
  #3  
Old 06-18-2013, 08:35 PM
--BulletMagnet-- is offline --BulletMagnet--
--BulletMagnet--'s Avatar
DF2 Forever

Join Date: Jun 2005
Location: USA
Posts: 718

Send a message via MSN to --BulletMagnet--
Quote:
Originally Posted by Scott View Post
Grey out fields that are not being used so the user knows what to click.
Hmmm, which fields are you referring to?

Quote:
Originally Posted by Scott View Post
Don't allow blank records.
Good idea. I've left the visible fields nullable in the case that a service name or username isn't necessary, but there's no point in allowing completely blank records.

Quote:
Originally Posted by Scott View Post
Put the delete and edit fields next to the actual record.
For the next build, I'm thinking of allowing the user to make edits/changes in the DataGridView control itself (the grid displaying the data on the right). If so, I think I can add a column for each row with a delete button in it.


Quote:
Originally Posted by Scott View Post
What do you use to encrypt the database file?
The database file itself is not encrypted... only the passwords therein. This was also my first dive into cryptography/hashing, so I used the Triple DES encryption method which seems to be pretty standard.
Reply With Quote