/enigmacipher

PIN encrypted enigma machine cipher texts

Primary LanguagePythonMIT LicenseMIT

enigma-cipher

EnigmaCipher

A Python package that simulates the encryption and decryption mechanisms of an Enigma machine with PIN protection.

Capabilities

  • Utilize the shuffle command to introduce new rotors
  • Securely encrypt and decrypt messages with a PIN-based system

Installation

To install EnigmaCipher, simply run:

$ pip install enigmacifra

Verify the installation by checking the version:

$ enigma --version

Usage

The EnigmaCipher package can be used via the command line.

Command Line

To shuffle rotors:

$ enigma get-new-rotors

To encrypt a message:

$ enigma encrypt

To decrypt a message:

$ enigma decrypt

Development

To contribute to EnigmaCipher, clone the repository and make sure to install the development dependencies.

git clone https://github.com/1darshanpatil/enigmacipher
cd enigmacipher
pip install -e .

Support

If you encounter any problems or have suggestions, please file an issue on the GitHub issue tracker.

License

The project is licensed under the MIT license.