From aebe21ca5095020b695b59b7deec4f58348799e1 Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Thu, 2 Feb 2023 22:04:43 +0100 Subject: [PATCH 1/3] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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 From 252ec12b9763844d990afdda08b935f8b1cc0fa2 Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Thu, 2 Feb 2023 22:05:01 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b75b22..a4774ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Folder encryptor -This is a WIP Rust remake of my C# Encryptor Programm. +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 From 7cadfe318cb0b5632d7d81c44f91b5785305a875 Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Thu, 2 Feb 2023 22:06:11 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4774ec..c0ebba4 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ This is a project to learn the Rust programming language. Using the ChaCha20 Alg Missing Features: - Threads - Comments +- Polish