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-2.0.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file suckscrypt-2.0.tar.gz
.
File metadata
- Download URL: suckscrypt-2.0.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 | 2e583c732930964bb75a7ce1af07391870d1e3cb2ff96ca216bc9af19597f241 |
|
MD5 | b7c800d38045a68da8e2eeef761fb3aa |
|
BLAKE2b-256 | d7deff29023a5e5748fcb05c704ad298907c372f8bc6b00a6c0304471e362f27 |
File details
Details for the file SuckSCrypt-2.0-py3-none-any.whl
.
File metadata
- Download URL: SuckSCrypt-2.0-py3-none-any.whl
- Upload date:
- Size: 2.4 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 | 3c78ebe24b5b530688d09816836da846e427b4e70a6d1117aeef2a6ee94d72fe |
|
MD5 | 4470b1c5f12ccd5438434da60efc8dc8 |
|
BLAKE2b-256 | acaab62d66a39480e50c32881a12c502b007754c9be5ad3dc24b421e89edda29 |