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.7.tar.gz
(236.2 kB
view details)
Built Distribution
SuckSCrypt-1.7-py3-none-any.whl
(236.0 kB
view details)
File details
Details for the file suckscrypt-1.7.tar.gz
.
File metadata
- Download URL: suckscrypt-1.7.tar.gz
- Upload date:
- Size: 236.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a58555fa59b7e645cb39c7d484669e0ecc00cb085394d4d3a5904a6b4e814c8 |
|
MD5 | 646d17f529a3221f7b3e3ab0527e59a0 |
|
BLAKE2b-256 | 5191e56df89720b2b0c1aa8c196e26f0e23ea8d8a93702af55fe355ead1d14cf |
File details
Details for the file SuckSCrypt-1.7-py3-none-any.whl
.
File metadata
- Download URL: SuckSCrypt-1.7-py3-none-any.whl
- Upload date:
- Size: 236.0 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 | 804fc3402da461377f3389dd0ba1498b87f0befb696c51016624a2c4c4f9ae1b |
|
MD5 | 65ff51093c4db087edeb8e5206fbbeb4 |
|
BLAKE2b-256 | 8717c928cb08a00a4e98db620268d7f157eeb25e6b40aa5e71ab248489204044 |