Skip to content

Function that receives a password as input and checks if it finds it in a local database and returns true/false accordingly

Notifications You must be signed in to change notification settings

codemcu/node-password-most-used

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description: function that receives a password as input and checks if it finds it in a local database and returns true / false accordingly

Tools: line-reader https://github.com/nickewing/line-reader

script:

if (line === password) { // if done
  return false; // stop reading stream
}

programming test

About

Function that receives a password as input and checks if it finds it in a local database and returns true/false accordingly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published