generate linux sha512-crypt hashes in your web browser.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
forest 161a911fd8 add how to build to readme 3 years ago
.gitignore add gitignore 3 years ago
LICENSE.md license 3 years ago
README.md add how to build to readme 3 years ago
index-browserify.js setRandomSalt by default on page load 3 years ago
index.html first commit with working version :D 3 years ago
index.js setRandomSalt by default on page load 3 years ago
package-lock.json first commit with working version :D 3 years ago
package.json first commit with working version :D 3 years ago
screenshot.png add readme and screenshot 3 years ago

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