diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0ebba4 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Folder encryptor + +This is a WIP Rust remake of my C# Encryptor Program. + +This is a project to learn the Rust programming language. Using the ChaCha20 Algorithm for encrypting + +Missing Features: +- Threads +- Comments +- Polish