diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-20 19:55:12 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-20 19:56:24 +0200 |
| commit | 8a0e403f4f2ffbbbb81171c6b3b0080634baf149 (patch) | |
| tree | 6fe673d6113d2578dead77756b38e7f14ee22dd2 /README | |
| parent | Test and fix librecrypt_verify (diff) | |
| download | librecrypt-8a0e403f4f2ffbbbb81171c6b3b0080634baf149.tar.gz librecrypt-8a0e403f4f2ffbbbb81171c6b3b0080634baf149.tar.bz2 librecrypt-8a0e403f4f2ffbbbb81171c6b3b0080634baf149.tar.xz | |
Add librecrypt_is_enabled
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -47,7 +47,7 @@ DESCRIPTION librecrypt_add_algorithm(3) Append an algorithm chain to a password hash string. - Password hashing configuration generation functions: + Password hashing configuration functions: librecrypt_test_supported(3) Check whether an algorithm chain is supported. @@ -103,6 +103,11 @@ DESCRIPTION Get encoding alphabet for the last algorithm in a chain. + Library introspection functions (ADVANCED): + librecrypt_is_enabled(3) + Check whenther the library is compiled with support + for a specific hash algorithm. + NOTES Using librecrypt_add_algorithm(3) to hash existing password hashes should be used as a transitional mitigation strategy |
