Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!"
});

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages