Yescrypt: Difference between revisions
Appearance
Content deleted Content added
m clean-up |
Entranced98 (talk | contribs) Importing Wikidata short description: "Password-based key derivation function" |
||
(13 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Password-based key derivation function}} |
|||
{{lowercase title}} |
{{lowercase title}} |
||
⚫ | '''yescrypt''' is a cryptographic [[key derivation function]] function used for password hashing on [[Fedora Linux]],<ref>{{cite web|title=Changes/yescrypt as default hashing method for shadow|url=https://fedoraproject.org/wiki/Changes/yescrypt_as_default_hashing_method_for_shadow | access-date=2023-10-10}}</ref> [[Debian]],<ref>{{cite web | title=Chapter 5. Issues to be aware of for bullseye | url=https://www.debian.org/releases/bullseye/mips64el/release-notes/ch-information.en.html#pam-default-password | access-date=2023-10-12}}</ref> [[Ubuntu]],<ref>{{cite web | title=yescript replaces sha512 for password hashing | url=https://skybert.net/debian-linux/yescript-replaces-sha512-for-password-hashing | access-date=2023-10-12}}</ref> and [[Arch Linux]].<ref>{{cite web|title=Arch Linux - Changes to default password hashing algorithm and umask settings|url=https://archlinux.org/news/changes-to-default-password-hashing-algorithm-and-umask-settings | access-date=2023-10-10}}</ref> The function is more resistant to offline password-cracking attacks than [[SHA-2|SHA-512]].<ref name=":0">{{cite web|title=yescrypt|url=https://www.openwall.com/yescrypt | access-date=2023-10-10}}</ref> It is based on [[Scrypt]].<ref name=":0" /> |
||
⚫ | '''yescrypt''' is a cryptographic |
||
== See also == |
== See also == |
||
Line 15: | Line 15: | ||
* [https://www.openwall.com/yescrypt Project website] |
* [https://www.openwall.com/yescrypt Project website] |
||
{{cryptography navbox | hash}} |
|||
[[Category:Cryptographic hash functions]] |
[[Category:Cryptographic hash functions]] |
||
{{ |
{{Crypto-stub}} |
||
[[Category:Key derivation functions]] |
Latest revision as of 19:37, 17 November 2024
yescrypt is a cryptographic key derivation function function used for password hashing on Fedora Linux,[1] Debian,[2] Ubuntu,[3] and Arch Linux.[4] The function is more resistant to offline password-cracking attacks than SHA-512.[5] It is based on Scrypt.[5]
See also
[edit]References
[edit]- ^ "Changes/yescrypt as default hashing method for shadow". Retrieved 2023-10-10.
- ^ "Chapter 5. Issues to be aware of for bullseye". Retrieved 2023-10-12.
- ^ "yescript replaces sha512 for password hashing". Retrieved 2023-10-12.
- ^ "Arch Linux - Changes to default password hashing algorithm and umask settings". Retrieved 2023-10-10.
- ^ a b "yescrypt". Retrieved 2023-10-10.
External links
[edit]