https://github.com/cryptaliagy/rust-ciphers
https://github.com/cryptaliagy/rust-ciphers
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptaliagy/rust-ciphers
- Owner: cryptaliagy
- Archived: true
- Created: 2020-08-22T21:14:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T06:32:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T19:38:15.031Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ciphers
A simple Rust CLI application to use with some basic substitution ciphers.
The currently supported ones are:
- shift
- caesar
- atbash
- vigenere