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.4.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file suckscrypt-1.4.tar.gz
.
File metadata
- Download URL: suckscrypt-1.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d55d029754e1136ff34f1f83a3a15dd7f5d8f48f13c0df85af7a497bd032ddf |
|
MD5 | b23114b8f46c316c62ed7862612ec682 |
|
BLAKE2b-256 | 4860958ab01177b7db1a290f1619c44b8d9e2228b93c6d0ebea85fa93918fe2d |
File details
Details for the file SuckSCrypt-1.4-py3-none-any.whl
.
File metadata
- Download URL: SuckSCrypt-1.4-py3-none-any.whl
- Upload date:
- Size: 2.3 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 | 1184e16bbf4c1f20712765967075980374d5d472348cca23c52891ad6bb0970a |
|
MD5 | c98c9cf9c2ea7dd9d9962ffe25ce5cc6 |
|
BLAKE2b-256 | bf8526cf2f7dfee9412243a95aeab83f8e689049bf45bf52ee2f1d2a6f29750e |