Lite library for practice with cryptography and learning
This repository contains code examples, algorithms, and solutions related to cryptography and encryption.
.
├── algorithms
│ ├── <name of cihper>
│ │ ├── README.md
│ │ ├── <lang of programming>
| │ │ ├── <your project>
│ │ │ | ├── README.md
│ │ │ | ├── main.py
│ │ │ | ├── example_1.py
│ │ │ | ├── example_1.py
| | | | ...
│ │ | ...
│ | ...
| ...
├── resources
│ └── references.md
├── .gitignore
├── LICENSE
├── README.md
└── CONTRIBUTING.md
To use the code and algorithms from this repository, simply clone the repository and follow the instructions in the respective files.
bash git clone https://github.com/issamansur/CryptographyLight.git
If you have suggestions for improving the code, new algorithms, or other contributions, please open an issue or create a pull request. Your contributions are welcome!
This repository is distributed under the MIT License.