libxcrypt
libxcrypt copied to clipboard
Extended crypt library for descrypt, md5crypt, bcrypt, and others
Add OSCCA SM3 secure hash (OSCCA GM/T 0004-2012 SM3) backend and tests.
- `libxcrypt` has a build dependency on `perl` - `perl` links to `libcrypt` This makes it annoying to distribute binaries (when not cross compiling). To distribute perl binaries, you have...
These hashing methods are useful in applications that need modern password hashing methods, but require to rely on cryptographic properties that have been approved by the Chinese Office of State...
Hi, Have you a plan to support Windows? I'm interested in building on Windows for a PHP extension called `xpass`. https://github.com/remicollet/php-xpass
This change makes crypt and crypt_gensalt as thread-safe as they can be without changing their interfaces. Solaris already made this change, and it’s being discussed by glibc (with suggestion that...
This PR solves a couple of mostly minor issues (see individual commit messages for details) which prevent building the static crypt.lib with MSVC on Windows. For building a shared library...