From f6bf8670c1a13607002f7215819bf65409a89c0f Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Tue, 31 Jan 2023 00:23:11 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.