nhcrypto

0.0.91 • Public • Published

NHCrypto

Simple insecure encryptor/decryptor, that's uses nhentai codes to encrypt and decrypt text.

ATTENTION! This is a fun encryptor, don't use it in serious projects!

How To Use?

Use as a simple node module:

const nh = require("nhcrypto");
 
nh.Crypt("Hello, World!", (crypted) =>{
  console.log(crypted); // returns "153098015007278059018006"
});
 
nh.Decrypt("153098015007278059018006", (decrypted) =>{
  console.log(decrypted); // returns "hello, world!"
});

Package Sidebar

Install

npm i nhcrypto

Weekly Downloads

0

Version

0.0.91

License

MIT

Unpacked Size

7.18 kB

Total Files

4

Last publish

Collaborators

  • hatry1337