Fixes and additions: (#20)

- fix encryption bug #19, which was a regression
- added encryption unit test
- added debug logging here and there

Co-authored-by: Thomas von Dein <tom@vondein.org>
This commit is contained in:
T.v.Dein
2025-02-10 15:34:04 +01:00
committed by GitHub
parent 16b6075329
commit 6c4f119bfa
11 changed files with 180 additions and 43 deletions

View File

@@ -124,6 +124,7 @@ func Get(conf *cfg.Config) *cobra.Command {
}
entry.Value = string(clear)
entry.Size = uint64(len(entry.Value))
entry.Encrypted = false
}