Skip to main content

FamousCipherAlgorithms is a Python package for implementing a variety of cryptographic ciphers and encryption methods, designed to provide secure and reliable data protection.

Project description

Famous Cipher Algorithms

PyPI

FamousCipherAlgorithms is a Python package that implements several classic cipher algorithms. The package currently includes the following algorithms:

  • Affine
  • Shift
  • Hill
  • Permutation
  • Playfair
  • Vigenere
  • Rail Fence

Installation

The package can be easily installed using pip:

pip install FamousCipherAlgorithms

Usage

You can import FamousCipherAlgorithms in two ways:

  1. Import entire package
    import FamousCipherAlgorithms as FCA
    
  2. Import specific algorithms
    from FamousCipherAlgorithms import AffineCipher, ShiftCipher
    

Requirements

  • Python >= 3.9
  • NumPy <= 1.21.5

Documentation

Detailed documentation for each algorithm is available in the document.

Contributing

Contributions are always welcome! If you have any suggestions, bug reports, or pull requests, please feel free to open an issue on GitHub.

License

This package is licensed under the MIT license. See the LICENSE file for more details.

Copyright © 2023, Mobin Nesari & Mohammad Mehdi Begmaz

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

famouscipheralgorithms-0.1.4.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

famouscipheralgorithms-0.1.4-py3-none-any.whl (13.5 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