Skip to main content

A package containing the implementation of multiple ciphers.

Project description

Encipherpy

Encipherpy is a python package that contains the implementations of multiple ciphers.

Supported ciphers

Cipher Import code Arguments
Caesar from encipherpy.caesar_cipher import caesarCipher strplainText, intkey, boolencrypt
Vigènere from encipherpy.vigenere_cipher import vigenereCipher strplainText, strkey, boolencrypt
Rot47 from encipherpy.rot47_cipher import rot47 strplainText
Atbash from encipherpy.atbash_cipher import atbashCipher strplainText
Simple substitution from encipherpy.substitution_cipher import substitutionCipher strplainText, strcipherAlphabet, boolencrypt
Polybus square from encipherpy.polybus_square_cipher import polybusSquare strplainText, boolencrypt

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

encipherpy-2.2.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

encipherpy-2.2.0-py3-none-any.whl (7.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