Add aes and blake2b implementation url in readme

This commit is contained in:
Night Kaly 2025-02-28 14:00:37 +00:00
parent 07d35d6684
commit 7b7e48f985
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -9,6 +9,8 @@ export APM_KEY=~/secret/apm_key
`APM_DIR` is the directory where passwords are stored and `APM_KEY` is the path to the master key file.
[AES256 Implementation](https://github.com/halloweeks/AES-256-CBC) [Blake2b Implementation](https://github.com/jamesvan2019/blake2b_c)
# Usage
```
Usage: apm [-vhL] [[-e | -R | -I | -Q] <password>] [-M <file>] [-G <password> <length>]