Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishalrashmika/cipher-bank
A collection of cipher build by me.
https://github.com/vishalrashmika/cipher-bank
Last synced: about 1 month ago
JSON representation
A collection of cipher build by me.
- Host: GitHub
- URL: https://github.com/vishalrashmika/cipher-bank
- Owner: VishalRashmika
- License: mpl-2.0
- Created: 2022-05-05T16:12:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T15:57:53.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:09:05.818Z (almost 2 years ago)
- Language: C
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![This is an image](https://our-gallery.cf/jmvrp/cipher-bank-logo.png)
[![forthebadge made-with-c](https://our-gallery.cf/jmvrp/made-with-c.svg)]()
# Cipher Bank
A collection of ciphers I recreated in c.## Ciphers
In cryptography, a cipher (or cypher) is an algorithm for performing encryption or decryption—a series of well-defined steps that can be followed as a procedure. An alternative, less common term is encipherment. To encipher or encode is to convert information into cipher or code. In common parlance, "cipher" is synonymous with "code", as they are both a set of steps that encrypt a message; however, the concepts are distinct in cryptography, especially classical cryptography.## Ciphers List
- [Caeser](https://github.com/VishalRashmika/Cipher-Bank/tree/main/Caeser)
- [Rot13](https://github.com/VishalRashmika/Cipher-Bank/tree/main/Rot13)
- [Base32](https://github.com/VishalRashmika/Cipher-Bank/tree/main/Base32)