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

Uploaded Source

Built Distribution

SuckSCrypt-1.3-py3-none-any.whl (1.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: suckscrypt-1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 013bad28e709a0a49d1d8f076dd0168ba872cf403d3808500f418588f42dfd8d
MD5 debb08b8065127c8391e02d07e516a09
BLAKE2b-256 b36df0687fa74d3a07139762352ff63cb0fe9e6c00a677488f330e00cf8d5e1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SuckSCrypt-1.3-py3-none-any.whl
  • Upload date:
  • Size: 1.5 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c48cf9c55f4e0d27366466e19f5c5fec6433069f832b281d31a3ea4985d0bcfc
MD5 dfb24f097d67ad3e3e1e4a024b590c8a
BLAKE2b-256 1b55ea9d1ffffde6ca77ab959140cca7108fc1fd5a767d7988b8c24d7962a0f4

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