summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09d0cc0..442da01 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# geheim.rb
+> **⚠️ DEPRECATED:** This project is no longer maintained. I have switched to another solution and will not be doing any further work on this project.
+
This is an humble Ruby script for text and binary document encryption. It uses `AES-256-CBC` by default and the initialization vector is generated from an user input PIN.
This is for my own use. So the documentation here may be lacking. But feel free to try out yourself or ask!