This commit is contained in:
2026-05-10 18:27:55 -05:00
parent 619ac5f9d1
commit 33f567d2bc
3 changed files with 48 additions and 9 deletions
+7
View File
@@ -106,6 +106,13 @@ I'm going to add some test data to the project under `tests/` but it's just rand
As a minor improvement, make the `perform_close` method also gzip the contents of the tarball.
### Phase 4
For phase 4, add encryption. We'll have to add a new error type for the given key not being a valid key for `age`.
Now, after we create the tar but before we write it to disk, we need to encrypt the array, so that plaintext is never
written to disk.
## Commands
```bash