{"id":16834932,"url":"https://github.com/dchest/historic-password-hashes","last_synced_at":"2025-04-11T04:36:08.442Z","repository":{"id":66001784,"uuid":"14981617","full_name":"dchest/historic-password-hashes","owner":"dchest","description":"Historic password hashing algorithms","archived":false,"fork":false,"pushed_at":"2020-06-17T10:54:27.000Z","size":62,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-11T04:36:02.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dchest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-06T11:48:44.000Z","updated_at":"2025-04-06T13:50:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3df4d7b-5be0-4701-9c6e-3e8c82446c6f","html_url":"https://github.com/dchest/historic-password-hashes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fhistoric-password-hashes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fhistoric-password-hashes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fhistoric-password-hashes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fhistoric-password-hashes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dchest","download_url":"https://codeload.github.com/dchest/historic-password-hashes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345257,"owners_count":21088231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T12:08:25.034Z","updated_at":"2025-04-11T04:36:08.432Z","avatar_url":"https://github.com/dchest.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Historic Password Hashes\n\nThis is a collection of historic password hashing algorithms.\nPlease do not use most of them today!\nSend pull request if you have more. \n\n### Unix\n\n  * [Unix V6](unix-v6-crypt.c) (1975)\n  * [Unix V7 DES-crypt](unix-v7-crypt.c) (1979)\n  * [Net/2 DES-crypt](net2-crypt.c) (1991)\n  * [Minix 1.5](minix1.5-crypt.c) (1991)\n  * [Minix 2.0](minix2.0-pwdauth.c) (1996)\n  * [FreeBSD 1.1.5 Nate's password scrambler](freebsd1.1.5-crypt.c) (1994)\n  * [FreeBSD 2.0 phk's md5-crypt](freebsd2.0-crypt.c) (1994)\n  * [OpenBSD 2.1 bcrypt](openbsd2.1-bcrypt.c) (1997)\n  * [glibc SHA crypt](glibc-sha-crypt.txt) (2007)\n  * [Solaris 9 MU2 Sun MD5](sunmd5.c) (2002)\n\n### Windows\n\n  * [Windows LM-Hash](winnt-owf.c) (1991)\n  * (TODO) Windows NT-Hash (original: ?, [compatible open source](http://svnweb.freebsd.org/base/head/lib/libcrypt/crypt-nthash.c)) (1993)\n\n### Other\n\n * [Oberon](oberon.txt) (1990)\n * [VxWorks 6.9 and earlier](vxworks-6.9.c) (1990)\n\n## See Also\n\n* [Password Security: A Case History. (PDF)](https://dl.acm.org/doi/pdf/10.1145/359168.359172) Robert Morris. Ken Thompson.\n  Bell Laboratories. Murray Hill, New Jersey 07974.\n* [Boris Hagelin's M-209 cipher machine (as in Unix V6 crypt)](https://en.wikipedia.org/wiki/M-209)\n* [LM hash](https://en.wikipedia.org/wiki/LM_hash) and [NTLM](https://en.wikipedia.org/wiki/NTLM) on Wikipedia.\n* [Md5crypt Password scrambler is no longer considered safe by author](http://www.freebsd.dk/sagas/md5crypt_eol.html) by Poul-Henning Kamp.\n* [Minix 1.5 password insecurity](https://groups.google.com/d/msg/comp.os.minix/pMD8bSKj0TA/7WFOfOJecEIJ) from comp.os.minix. 1992-11-30.\n* [Unix crypt with SHA-256/512](http://www.akkadia.org/drepper/sha-crypt.html). Ulrich Drepper. 2007-09-19.\n* [OpenSolaris, Pluggable Crypt, and the SunMD5 Password Hash Algorithm](http://dropsafe.crypticide.com/article/1389). Alec Muffett. 2005-12-05.\n* [Shiny Old VxWorks Vulnerabilities](https://blog.rapid7.com/2010/08/02/shiny-old-vxworks-vulnerabilities/). 2010-08-02.\n* [Openwall](http://www.openwall.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fhistoric-password-hashes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdchest%2Fhistoric-password-hashes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fhistoric-password-hashes/lists"}