libxcrypt
libxcrypt copied to clipboard
Extended crypt library for descrypt, md5crypt, bcrypt, and others
Currently there is no commandline utility that I know of that - actually uses lib(x)crypt and does not reimplement the hashes itself (like htpasswd) - is commonly available on most...
Each hash method has it's own way to encode parameters like cost and salt. For auditing and monitoring purposes it would be nice to have a generic tool which could...
A Debian porter noticed that alpha and ia64 use `libcrypt.so.1.1` instead of `libcrypt.so.1`. I am not even sure that it is possible for libcrypt to use a SONAME like this,...
I have discovered that skip-if-exec-format-error doesn't work reliably. Observe: ``` $ ./m4/skip-if-exec-format-error ./wrong-arch-true; echo $? ./m4/skip-if-exec-format-error:line 17: ./wrong-arch-true: cannot execute binary file: Exec format error 77 ``` but ``` $...
``` ===================================== xcrypt 4.4.25: ./test-suite.log ===================================== # TOTAL: 46 # PASS: 45 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth:...
Mistakes happen and it's easily done, so no blame intended here! But if CI covered GCC 12, we may well have caught the following early: - https://github.com/besser82/libxcrypt/commit/05e5705d66fb18c75bfe32bdcd1774248abab2ce - https://github.com/besser82/libxcrypt/issues/155 -...
When attempting to build with Intel 2021.3.0, the following error messages appear at lib/alg-gost3411-2012-hmac.c lines 48, 53, and 63: `error #2259: non-pointer conversion from "int" to "unsigned char" may lose...
The test for yesscrypt fails on an armv7l rashberry pi 2 ``` FAIL: test/alg-yescrypt ======================= scrypt("", "", 16, 1, 1) = 77 d6 57 62 38 65 7b 20 3b...
I looked over the yescrypt core code, mostly for integration problems with the libxcrypt environment. I didn’t do a thorough review; this code is already mature, and I’m not qualified...
Dependencies: * https://github.com/maandree/libar2simplified (version 1.1) * https://github.com/maandree/libar2 (version 1.1) * https://github.com/maandree/libblake (version 1.0; used by libar2) * pthread (used by libar2simplified) Compatible with the reference implementation of Argon2, but it...