Skip to main content

Light Weight python package for encrption/decryption

Project description

Decrypto

A light-weight encryption & decryption library, Built with power and simplicity!

Decrypto is a light-weight python package to provide state of the art encryption and decryption techniques and aims to be simple and easy to use. Being open-source, Decrypto wraps a huge number of old, modern, secure and encoding based encryption-decryption methods while still being fast

Features

  • It's light-weight and fast
  • Simple to use and learn
  • Provides a multidegree of techniques from various cryptographic field

Installation

Use the package manager pip to install decrypto.

pip install decrypto

Usage

from decrypto import MorseCodeCipher

cipher = MorseCodeCipher()
data = 'Hello World'

# encrypt using morse code cipher
encrypted = cipher.encrypt(data)
print(encrypted)

# decrypt using morse code cipher
decrypted = cipher.decrypt(encrypted)
print(decrypted)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

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

decrypto-1.0.6.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

decrypto-1.0.6-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file decrypto-1.0.6.tar.gz.

File metadata

  • Download URL: decrypto-1.0.6.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/58.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1

File hashes

Hashes for decrypto-1.0.6.tar.gz
Algorithm Hash digest
SHA256 2035d9d459e7ffe1638b7062f2ca9092d60595b09020ef492516ea5edc357255
MD5 783dd6c150d07b1042c1de6adb7ecc37
BLAKE2b-256 402ecde9c3b26226d0a42d5d6c3120ff4695feb202a0d231e6a5a8edd99b756f

See more details on using hashes here.

File details

Details for the file decrypto-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: decrypto-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/58.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1

File hashes

Hashes for decrypto-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 295309062011331b95c09841809cef1c38638a2e0219b8961e0514341758e47e
MD5 aecfd2ea3f171b0593cb98aa98c587ef
BLAKE2b-256 19525610d0512a73c177ff0ce8904256cba8e367a9db89f93527467d9c146095

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