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

Uploaded Source

Built Distribution

decrypto-1.0.7-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: decrypto-1.0.7.tar.gz
  • Upload date:
  • Size: 7.3 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.7.tar.gz
Algorithm Hash digest
SHA256 469043c60b9cc06f508617e1e0e393e6375b35c14ebbf4f98577ef61dbf19e01
MD5 f06731ac27a394cab7c55ae34584ea09
BLAKE2b-256 11297c94cde987435f23b832b6137d810cc708ff460c4e51f2aac7a259f6bb90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: decrypto-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 10.0 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 fe01e122d38bf7a6059cfaec3c15b65dd93fd64eeae3326694a42f01c8942328
MD5 31eea34e1950bce974400c6914f06a24
BLAKE2b-256 9bad789c4a91e6e7583720961301606f4830aaa434772464117b715b94faee09

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