From 67ddff8c6415a699dbfd601bd42a0b813dc42db5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 09:59:28 -0600 Subject: [PATCH] release v1 --- README.md | 10 ++++++++-- create-attributable-archive.sh | 2 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7511ee9..88524bb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ todo 3. x sanity checks 4. this README.md 5. x the README-instructions.txt and placedment for archive -6. passphrase strength/length checks +6. x passphrase strength/length checks 7. sha256 mode with independant passphrase(?) 8. encrypt archive option 1. inner @@ -39,4 +39,10 @@ todo ## Changelog - reduced random data to 2x 10Kb -- reduced random data to 2x 1Kb \ No newline at end of file +- reduced random data to 2x 1Kb +- added password strength check with cracklib-check +- cleaned up output +- added housekeeping + - set perms and ownership on archives and keystore to minimum + - shred all erronious files and dirs +- cleaned up code \ No newline at end of file diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 41bf64a..804621c 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -97,8 +97,6 @@ reset() { done } - - printf "setting up environment..." reset