Skip to content

Lite library for practice with cryptography and learning

License

Notifications You must be signed in to change notification settings

Vincenzo-Verma/CryptographyLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptographyLite

Lite library for practice with cryptography and learning

This repository contains code examples, algorithms, and solutions related to cryptography and encryption.

Repository Structure

.
├── 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

How to Use

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

Contribution

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!

License

This repository is distributed under the MIT License.

About

Lite library for practice with cryptography and learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages