Skip to main content

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.2.tar.gz (1.5 kB view details)

Uploaded Source

Built Distribution

SuckSCrypt-1.2-py3-none-any.whl (1.4 kB view details)

Uploaded Python 3

File details

Details for the file suckscrypt-1.2.tar.gz.

File metadata

  • Download URL: suckscrypt-1.2.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for suckscrypt-1.2.tar.gz
Algorithm Hash digest
SHA256 9bd6cc0167f38545cbaa45b961c3fa8a9f17a0294d7970debe69b6e22ac68023
MD5 8004bf9de09a27ca7a1620aca036e9ea
BLAKE2b-256 c86f055ef149a2aef4e37dcc37e19c8f3aa268d94c639d3344d182b887b7646d

See more details on using hashes here.

File details

Details for the file SuckSCrypt-1.2-py3-none-any.whl.

File metadata

  • Download URL: SuckSCrypt-1.2-py3-none-any.whl
  • Upload date:
  • Size: 1.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for SuckSCrypt-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cc2c4ee25248a0603a6d984555ac2018e1e0445c9ad4509e3395c1aa7dc69027
MD5 670e18586e3d4305faee16f4c8a80331
BLAKE2b-256 c8c53b7622dadc292228d2cc92d526d1af319d92f7c4083a6c431825275f2f52

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page