rd_password_generator
About This Space
Building on Berenice password generator https://noderun.com/ide/bernice/password-generator-app/. Allows the user to keep track of the generated passwords by storing encrypted into a database. The encryption key is in the application's code, so if you are planing to use it yourself, make sure your application is completely private in NodeRun.
Last updated on July 23, 2019
Public Permissions: View Open/Fork Run Comment
Generate Passwords and Save Them
Using Bereneice Password Generator : https://noderun.com/ide/bernice/password-generator-app/ as a starting point, this application encrypts and saves the passwords in a database and decrypt them in the running application.
Since databases can be hacked, it encrypt the passwords before store them:
IF YOU WHERE TO USE THIS APPLICATION TO STORE YOUR PASSWORDS, MAKE YOUR KEY BY CHANGING THIS VARIABLE IN THE generator.js file
var key = "my own key";
AND SET THE APPLICATION TO PRIVATE MODE
User Megan Bond has make important improvements in the look and feel of this application and added some functionalityt too:
https://noderun.com/ide/megan_bond/passwordgenerator/
Be the first to comment:
Comments