MorrisB-- / MasterHash

Password manager that allows a user to have an almost infinite amount of passwords while only using their main one.
GNU General Public License v3.0
25 stars 41 forks source link

File extension #44

Open sjashwin opened 6 years ago

sjashwin commented 6 years ago

The file in which the password, username and name is stored is in CSV. Is there any other file type suggestion in which we could store those details securely.

Clownvin commented 5 years ago

Make your own file type which uses some kind of encryption? Like, a .dat that's encrypted using a secure password as a salt for the encryption.