summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-07 14:44:26 +0200
committerPaul Buetow <paul@buetow.org>2026-03-07 14:44:26 +0200
commit85ef78b6deb8a67efdc855ba52bb9b76d8de78f6 (patch)
treebe6081d1471376b8048a753c9f9f5137dc1cc38d /README.md
parentdc2d267244d6dd9d991207fe193e987b6477c415 (diff)
Add deprecation notice to READMEHEADmaster
Amp-Thread-ID: https://ampcode.com/threads/T-019cc853-52cd-74ba-be40-981dc1fbcbf1 Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'README.md')
-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!