mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-20 11:04:38 +00:00
fix: des guide
This commit is contained in:
parent
187d25d538
commit
b81b87e6db
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user