TiagoDanin / GX-Password

[UWP] A Quick, Easy and Secure Password Generator
https://TiagoDanin.github.io/GX-Password/
GNU General Public License v3.0
7 stars 13 forks source link

Save Passwords #17

Open itsfreddyrb opened 6 years ago

itsfreddyrb commented 6 years ago

Tiago! I like your project, why don't we save created passwords? And maybe tag it. Just a suggestion!

TiagoDanin commented 6 years ago

@geekfred I don't know a safe way to save.

BaezCrdrm commented 6 years ago

@TiagoDanin @geekfred you could encrypt the passwords and save them on a JSON file, which could be storage in the Local Storage application folder. You could also save them on SQL lite or set up a database in the cloud which could storage the passwords... I think the easier way could be the JSON file.