A Fastest & Secure Encryption System.
Project description
SuckSCrypt
A Fastest & Secure Encryption System.
Installation
You can install SuckSCrypt via pip:
pip install SuckSCrypt
Example Uses
from suckscrypt.core import generate_key, sucks_encrypt, sucks_decrypt
# generate keyy and salt
key, salt = generate_key()
# enc
plaintext = b'Wow, SuckSCrypt is very secure.'
encrypted_text = sucks_encrypt(key, plaintext)
# dec
decrypted_text = sucks_decrypt(key, encrypted_text)
print(f'Encrypted text (hex): {encrypted_text.hex()[:20]}...')
print(f'Decrypted text: {decrypted_text.decode()}')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
suckscrypt-1.6.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file suckscrypt-1.6.tar.gz
.
File metadata
- Download URL: suckscrypt-1.6.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d13debf93506ce3e3ed0be22df27d9aa960571b3901f10f41b16ec3b73a81e5e |
|
MD5 | d8b94f88e36baa1d2540f3afd47f08e7 |
|
BLAKE2b-256 | 6f2a1c8d024f27b4604419e96925551360c4c3a6848b036a125f6efa652d488b |
File details
Details for the file SuckSCrypt-1.6-py3-none-any.whl
.
File metadata
- Download URL: SuckSCrypt-1.6-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c703148ac7514c86df75a34d7121cb17e7405a8d9848f74d3449cfb4aa9cfeab |
|
MD5 | f8ec26bd5abf56e65f7debc7e30a99a8 |
|
BLAKE2b-256 | 9294b2ee8019b79645291868303f5ec4512e541cb6a174d53314e89526b5f73f |