diff --git a/README.md b/README.md index b604ef9..098eb4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rust Simple Text Cipher Machine / ru·s·t·c·m / +![rustcm-cli.jpg](./blob/rustcm-cli.jpg) + ## About It does precisely what the name indicates, i.e., encryption and decryption of UTF-8 encoded files using the ChaCha20-Poly1305 authenticated streaming cipher algorithm. The program is still in its alpha (incomplete) stage, you might come across a lot of bugs. diff --git a/blob/preview.jpg b/blob/preview.jpg new file mode 100644 index 0000000..9d3e49d Binary files /dev/null and b/blob/preview.jpg differ diff --git a/blob/rustcm-cli.jpg b/blob/rustcm-cli.jpg new file mode 100644 index 0000000..2031ddb Binary files /dev/null and b/blob/rustcm-cli.jpg differ