diff --git a/README.md b/README.md index 7460ea9..9ddb5c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Rust Simple Text Cipher Machine / ru·s·t·c·m / - ![rustcm-cli.png](./blob/rustcm-cli.png) +# Rust Simple Text Cipher Machine / ru·s·t·c·m / + ## 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.