Skip to content

Weeb-Linux/NhenCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

NhenCrypt

Using doujins to encrypt messages

Dependency

  • nhentai.py

Usage

Generating the matrix for encryption

matrix = generate(codes)
#codes is a Python list of nhentai 6-digit codes.

Encrypting a message

encrypt(msg, matrix)
#msg is a string containing the message that you want to encrypt

Decrypting a message

decrypt(msg)
#msg is a string containing the message that you want to decrypt

Encrypted message format

25501519.23566046

255015  19  . 235660 46
------  --  -
 \       \   `----The dot used to seperate characters in an encrypted string 
  \       `----The index for the character in the title string
   `----The code used to get the title from

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages