Update README.md

This commit is contained in:
Arkaprabha Chakraborty
2023-01-31 00:23:11 +05:30
parent 413b2785d6
commit f6bf8670c1

View File

@@ -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.