Skip to content

NHD16/Password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-manager

  • This is a password_manager project, it uses some secure algorithms to create encrypted value for your password and save them into a secure place that is called key-value store.

  • All logic code are written in file Proj1_Starter/password_manager.js

  • To run tests for this, let run the following command

    • go to the Proj1_Starter directory
      cd Proj1_Starter
      
    • install mocha to run the test: npm install mocha
    • run tests: npm run test

Instruction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published