xref: /OK3568_Linux_fs/buildroot/package/libxcrypt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBXCRYPT
2	bool "libxcrypt"
3	help
4	  libxcrypt is a modern library for one-way hashing
5	  of passwords. It supports a wide variety of both
6	  modern and historical hashing methods:
7	  yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt,
8	  sha256crypt, md5crypt, SunMD5, sha1crypt, NT,
9	  bsdicrypt, bigcrypt, and descrypt.
10
11	  https://github.com/besser82/libxcrypt
12