Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marvin9/go-cryptography
Go Project based learning.
https://github.com/marvin9/go-cryptography
Last synced: about 21 hours ago
JSON representation
Go Project based learning.
- Host: GitHub
- URL: https://github.com/marvin9/go-cryptography
- Owner: Marvin9
- Created: 2020-07-27T15:31:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T14:20:20.000Z (over 4 years ago)
- Last Synced: 2023-05-04T14:19:08.017Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cryptography
1. [Shift cipher](https://www.geeksforgeeks.org/caesar-cipher-in-cryptography/)
2. [Mono-alphabetic cipher](https://www.tutorialspoint.com/cryptography/traditional_ciphers.htm)
3. [Playfair cipher](http://practicalcryptography.com/ciphers/playfair-cipher/#:~:text=The%20Playfair%20cipher%20was%20the,in%20the%20simple%20substitution%20cipher.)
4. [Hill cipher](https://www.geeksforgeeks.org/hill-cipher)### Run
```
go run main.go
```