diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-01 17:45:39 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-01 17:45:39 +0200 |
| commit | adfa8e1265f6155d1a582baa9929af198bb5d4de (patch) | |
| tree | e3cee62aa5a8768621cd294295f787b8cc54141b /librecrypt_add_algorithm.3 | |
| parent | Add librecrypt.7 and README (diff) | |
| download | librecrypt-adfa8e1265f6155d1a582baa9929af198bb5d4de.tar.gz librecrypt-adfa8e1265f6155d1a582baa9929af198bb5d4de.tar.bz2 librecrypt-adfa8e1265f6155d1a582baa9929af198bb5d4de.tar.xz | |
Misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_add_algorithm.3 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/librecrypt_add_algorithm.3 b/librecrypt_add_algorithm.3 index 77867e8..0bb6566 100644 --- a/librecrypt_add_algorithm.3 +++ b/librecrypt_add_algorithm.3 @@ -121,6 +121,29 @@ T} Async-signal safety AS-Unsafe .TE .sp +.SH EXTENDED DESCRIPTION +If you are using the +.BR librecrypt_crypt (3) +format, you just run the +.BR librecrypt_add_algorithm () +function over the password hash string to get +the augmented password hash string with an +updated hash, however if you are using +.BR librecrypt_hash (3) +or +.BR librecrypt_hash_binary (3), +you must also (since +.I augend +would not contain the hash result) run +.BR librecrypt_hash (3) +or +.BR librecrypt_hash_binary (3) +over the old hash result with +.I augment +as the +.I settings +argument to get the new hash result. + .SH HISTORY The .BR librecrypt_add_algorithm () |
