Skip to content

Nexus Encrypter Is A Fast Encrypting Library Where You Can Use: Random Keys Custom Keys Keys From .key Files To Encrypt Text.

License

Notifications You must be signed in to change notification settings

goldenboys2011/Nexus-Encrypter-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Nexus Encrypter Library

Made Using Zerafim Zmas' Encrypter

Library Made By Odysseas Chryssos (@goldenboys2011)

Nexus Encrypter Is A Fast Encrypting Library Where You Can Use:

  • Random Keys
  • Custom Keys
  • Keys From .key Files

To Encrypt Text.

Functions

‎ Encrypt
Usage:
 nexusencrypter.encrypt(text,key)

Can Replace key with filename.key to get key from file
Decrypt
Usage:
 nexusencrypter.derypt(text,key)

Can Replace key with filename.key to get key from file
Create
Creates An .key File With Set Or Random Key Usage:
 nexusencrypter.create(keyname,key)

Can Leave key empty for random key.

Not neccesary to type the key parameter,

nexusencrypter.create(keyname,key="")

is the same as

nexusencrypter.create(keyname)

More Sources

About

Nexus Encrypter Is A Fast Encrypting Library Where You Can Use: Random Keys Custom Keys Keys From .key Files To Encrypt Text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published