mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-02-04 06:42:11 +00:00
fix: des guide
This commit is contained in:
@@ -62,13 +62,13 @@ cargo run --bin cli -- decrypt -a aes -k <KEY> <MESSAGE>
|
|||||||
To encrypt a message with DES:
|
To encrypt a message with DES:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo run --bin cli -- encrypt des -k <KEY> <MESSAGE>
|
cargo run --bin cli -- encrypt -a des -k <KEY> <MESSAGE>
|
||||||
```
|
```
|
||||||
|
|
||||||
To decrypt a message with DES:
|
To decrypt a message with DES:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo run --bin cli -- decrypt des -k <KEY> <MESSAGE>
|
cargo run --bin cli -- decrypt -a des -k <KEY> <MESSAGE>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Web Interface
|
### Web Interface
|
||||||
|
|||||||
Reference in New Issue
Block a user