Skip to content

Nodejs package that translates simple text to hard to crack passwords

License

Notifications You must be signed in to change notification settings

c0nstantx/passwordizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passwordizer

Passwordizer is a translator of simple text to hard passwords. That makes hard to crack passwords that are easily remembered.

Example:

mypassword will be translated as mYpAS$w0RD or MyP@sSw0rd or myP@ssw0Rd etc.

Installation

npm install --save passwordizer

Usage

Use it inside your script as follows:

import passwordizer from "passwordizer";

let password = passwordizer.translate("test") // Will produce 'tesT' or 'tESt' or 'tE$t' etc.

Demo

You can see a demo of passwordizer here

About

Nodejs package that translates simple text to hard to crack passwords

Resources

License

Stars

Watchers

Forks

Packages

No packages published