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=

Last updated