https://github.com/socram8888/saph-browser
Stupid Algorithm for Password Hashing (WebCrypto)
https://github.com/socram8888/saph-browser
crypto cryptographic-algorithms cryptographic-hash cryptographic-hash-functions cryptographic-library cryptography cryptography-algorithms es2017 javascript javascript-library typescript webcrypto
Last synced: 12 days ago
JSON representation
Stupid Algorithm for Password Hashing (WebCrypto)
- Host: GitHub
- URL: https://github.com/socram8888/saph-browser
- Owner: socram8888
- License: wtfpl
- Created: 2019-11-20T20:37:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T16:06:27.000Z (over 2 years ago)
- Last Synced: 2025-08-13T01:46:27.778Z (3 months ago)
- Topics: crypto, cryptographic-algorithms, cryptographic-hash, cryptographic-hash-functions, cryptographic-library, cryptography, cryptography-algorithms, es2017, javascript, javascript-library, typescript, webcrypto
- Language: TypeScript
- Homepage:
- Size: 590 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Saph for WebCrypto
==================
Saph is the Stupid Algorithm for Password Hashing. This is a JavaScript/TypeScript implementation
using WebCrypto.
For more information about Saph, go to [its specification](https://orca.pet/saph/).