libxcrypt is a modern library for one-way hashing of passwords. On Linux-based systems, by default libxcrypt will be binary backward compatible with the libcrypt.so.1 shipped as part of the GNU C Library.
vcpkg install libxcryptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Hash a password using SHA-256 crypt
Use target_link_libraries with xcrypt::xcrypt and ensure no other crypt library is linked.
No dependency data recorded yet.
No resource links recorded.