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.5.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file suckscrypt-1.5.tar.gz
.
File metadata
- Download URL: suckscrypt-1.5.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 | 1ee4317216b668373671c9189bc4fad813ce32216ba9b20ab8b4845dc781de29 |
|
MD5 | 57dcdeda0bf66d46dd2066c7dd4cb185 |
|
BLAKE2b-256 | 4a9c34b4a44ca7b3a728f5b2ed1c4b578aa4d32a829bd209d40ddd87a3a9cd65 |
File details
Details for the file SuckSCrypt-1.5-py3-none-any.whl
.
File metadata
- Download URL: SuckSCrypt-1.5-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 | aca5a98f50cf33d869e483cd3071c0c95687d0ab875b29f9db82d15528295be7 |
|
MD5 | 90b08de8ce16a64d8e99087bf1116bbf |
|
BLAKE2b-256 | 71e4433b7dd2311b65021db22f941baaa987d5ca5ba4951ae74257ba10e04979 |