pl-128

Pl-128 is a secure and effective data encryption algorithm. With a 128-bit key size, it provides a high level of security and flawlessly protects your data. It is an ideal choice for both personal use

Make your first hash

 const pl = require("password-locking");

let encs = pl.encryption.pl_128("Merhaba Dünya (Hello World)")
console.log(encs);

//output : ATAeHQ9RcAUlDBFjKBROcCtfBREDAH93CB5iDwJfADI=

Keep your key safe: If you lose your key or it falls into the wrong hands, the security of your data may be compromised. It's important to keep your key in a secure location or encrypt it to keep it safe.

Last updated