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