Skip to main content

A python module to use ciphers easily

Project description

Cipher Module

Have you ever wanted to use ciphers in python? If you have, you know that it's really hard to make functions for your cipher of choice,

So that's why I made this module! You can use this module to simplify your ciphering process!

Ciphers

This module, supports following ciphers (Note: other ciphers will be added to the module):

  • Caeser
  • Atbash
  • Vigenere
  • Base64
  • A1Z26

How to use

Every cipher, has a encode and decode function.

Most of them, take the argument text or code, but some of them, take more argument, like Vigenere which takes a key argument

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

CipherModule-1.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

CipherModule-1.3-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

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