generate linux sha512-crypt hashes in your web browser (mirror of https://git.sequentialread.com/forest/dolla-six-dolla)
Go to file
forest 161a911fd8 add how to build to readme 2021-04-23 00:09:45 -05:00
.gitignore add gitignore 2021-04-22 23:44:32 -05:00
LICENSE.md license 2021-04-22 23:45:57 -05:00
README.md add how to build to readme 2021-04-23 00:09:45 -05:00
index-browserify.js setRandomSalt by default on page load 2021-04-23 00:03:37 -05:00
index.html first commit with working version :D 2021-04-22 23:44:11 -05:00
index.js setRandomSalt by default on page load 2021-04-23 00:03:37 -05:00
package-lock.json first commit with working version :D 2021-04-22 23:44:11 -05:00
package.json first commit with working version :D 2021-04-22 23:44:11 -05:00
screenshot.png add readme and screenshot 2021-04-22 23:48:48 -05:00

README.md

6

I think its using the "$6" (sha-512) hash from https://man7.org/linux/man-pages/man3/crypt.3.html

Maybe we can make a magical web page that calculates these hashes???

Hosted version here:

https://picopublish.sequentialread.com/files/dolla-six-dolla/index.html

Screenshot:

How to build it from source:

npm install
npm run-script build