diff options
| author | Federico Angelilli <code@fedang.net> | 2023-12-22 16:48:12 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-12-22 16:48:12 +0100 |
| commit | 6dbf6d9cf33e809bc8d407a0fdb4193920ef93d5 (patch) | |
| tree | 7192ffdb5d0a61e10944eaaa7bde475f61e0819d | |
| parent | b562dd10f23405b0a90cfff48be84340e3634cc7 (diff) | |
Update README
| -rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1 +1,6 @@ -Crypt is a simple program for managing encrypted files (passwords, otp secrets, text) +Crypt is a single bash script for managing an encrypted files repository. +Every file can be associated with actions (insert, edit, show, etc). +For example, you can have password entries and otp entries, the former being +copied to your clipboard when selected and the latter generating their code. +Or you could simply use it as a safe to keep your annotations. +It is really up to you how you want to configure your crypt's configuration. |
