Config.in 423 B

123456789101112
  1. config BR2_PACKAGE_LIBXCRYPT
  2. bool "libxcrypt"
  3. depends on BR2_TOOLCHAIN_USES_GLIBC
  4. help
  5. libxcrypt is a modern library for one-way hashing
  6. of passwords. It supports a wide variety of both
  7. modern and historical hashing methods:
  8. yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt,
  9. sha256crypt, md5crypt, SunMD5, sha1crypt, NT,
  10. bsdicrypt, bigcrypt, and descrypt.
  11. https://github.com/besser82/libxcrypt