Skip to main content

Cipherme is a package that enables you to have fun with the common ciphers such as the Affine Cipher and Caesar Cipher.

Project description

CipherMe.

  • This is a Python package in the making for people who enjoy toying around with some of the basic encryption schemes such as Affine Cipher, Vigenere Cipher and Caesar Cipher.

What is Contained.

The Encryption Algorithms contained herein are:

  • Affine Cipher.
  • RSA Encryption Algorithm.
  • Caesar Cipher.

Installation.

  • To use the package, use pip to install the package: pip install cipherme

Usage.

  • To use the package, you need to call the methods: First, you need to import the respective classes from the package: (i). AffineCipher for the Affine Cipher. (ii). CaesarCipher for the Caesar Cipher.
  1. For Affine cipher: AffineCipher().encrypt_text(plain_text=None, a=None, b=None) AffineCipher().decrypt_text(plain_text=None, a=None, b=None)

  2. For Caesar Cipher: CaesarCipher().caesar_encryption(plaintext=None, k=None) CaesarCipher().caesar_decryption(self, ciphertext=None, k=None)

Language Used.

  • Python.

Author.

  • Kelyn Paul Njeri.

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

cipherme-0.1.4.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

cipherme-0.1.4-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file cipherme-0.1.4.tar.gz.

File metadata

  • Download URL: cipherme-0.1.4.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for cipherme-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6f3d373c67dd887b7f47942fdfb378da3ab5843b3d53f7d4ccea89db74273ab4
MD5 bd8940b0628799a6eec70d217c6d1f58
BLAKE2b-256 90a4b937fe480adf97645234b531373adb503d80b9b600c0085f271b19bf1f06

See more details on using hashes here.

File details

Details for the file cipherme-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: cipherme-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for cipherme-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 38591ca165ba80c8e3c57eb7cb950b66b1651620810decfb78ca9924431a7626
MD5 cc88c7c52d01fa14c2189278ffc5b432
BLAKE2b-256 a8373f2d54f53fe125dd5caa9ca1c97848e38ae351611c024b73891e742fa6b6

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