Quick Start
Install the library
npm i password-lockingMake your first code
const pl = require("password-locking");
let encrypted = pl.encryption.def1({
text:"Password 123456789 (-_-)(^-^)"
});const pl = require("password-locking");
let decrypt = pl.encryption.def1({
text:"^/+/!-/-*?##!+-?!&^/+*/-!!+%&+^/+=)(^/+__!^/+/£)^/+'*?+%^#½$^/+==&"
});FAQ / SSS
Last updated