Metadata-Version: 2.1
Name: FamousCipherAlgorithms
Version: 0.1.3
Summary: FamousCipherAlgorithms is a Python package for implementing a variety of cryptographic ciphers and encryption methods, designed to provide secure and reliable data protection.
Project-URL: Repository, https://github.com/MobinNesari81/Famous-Cipher-Algorithms
Project-URL: Documentation, https://famous-cipher-algorithm.readthedocs.io/en/latest/index.html
Author-email: Mobin Nesari <mobinnesari81@gmail.com>, Mohammad Mehdi Begmaz <mohammadmehdi.begmaz@gmail.com>
Maintainer-email: Mobin Nesari <mobinnesari@gmail.com>, Mohammad Mehdi Begmaz <mohammadmehdi.begmaz@gmail.com>
License-File: LICENSE
Keywords: Algorithms,Cipher,Cryptography,Decrypt,Encrypt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: numpy<=1.21.5
Description-Content-Type: text/markdown

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

## Installation
The easiest way to install FamousCipherAlgorithms is using `pip`. First, make sure that you have `pip` installed on your system.

To To install FamousCipherAlgorithms using `pip`, simply run the following command in your terminal:

```terminal
pip install -i https://test.pypi.org/simple/ FamousCipherAlgorithms==0.1.0
```
This will install the latest version of FamousCipherAlgorithms and all of its dependencies.

Test installation by
```python
import FamousCipherAlgorithms as FCA
```

## License
MIT License

Copyright (c) 2023 Mobin Nesari

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

