Nexus Encrypter Is A Fast Encrypting Library Where You Can Use: Random Keys, Custom Keys, Keys From .key Files. To Encrypt Text.
Project description
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.
Installing
Installing
How to install
Open an new comand promt and type:
pip install nexusencrypter
Then you can import the library:
nexusencrypter.encrypt(text,key)
Upgrading
How to upgrade
Open an new command promt and type:
pip install --upgrade nexusencrypter
After Finishing They Library Should Be Fully Upgraded
Full Documentetion
Full Library Documentetion here:
https://nexus-encrypter.readthedocs.io/en/latest/index.html
Functions
Encrypt
Encrypts Using Set, Random Or From .key File Key Usage:
nexusencrypter.encrypt(text,key)
Can Replace key with filename.key to get key from file
Decrypt
Decrypts Using Set Or From .key File Key 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nexusencrypter-0.0.6.tar.gz.
File metadata
- Download URL: nexusencrypter-0.0.6.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79a4437f14dac53e894906bd09eddc69bc76312832f3e31598fb192b80bdb3e8
|
|
| MD5 |
1fca3079858bec77299098e397748591
|
|
| BLAKE2b-256 |
0946c55dd59867d113954279f1f54bb26714afb2cbf79da9ae10f341985b422f
|
File details
Details for the file nexusencrypter-0.0.6-py3-none-any.whl.
File metadata
- Download URL: nexusencrypter-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7371f4a77f8005fda8c8beda5da9209def0185ed4a94e68a1a00f506a3d6230d
|
|
| MD5 |
c667b2996569e20cd9fad011ff9c4a30
|
|
| BLAKE2b-256 |
f0710a7924896f5211c9e6489d2385f8131e9804bb47704746827ab9b2744086
|