upash icon indicating copy to clipboard operation
upash copied to clipboard

🔒Unified API for password hashing algorithms

Results 7 upash issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

please add typescript definition currently i made a custom one in my own project using upash. If it can help: ```typescript /// declare module "upash" { type PHCstring = string;...

First of all, it is a great, well written project. Thanks 🙏 Since `uphash` has the params and version information, I was thinking, if we should add support for `needsRehash`...

I can't seem to get the simple example to work in AWS lambda function. Appears to error on the upash.install line. Here is my function... ``` const upash = require('upash');...

## Description Expose a constructor to allow the users to have multiple instance of upash instead of having it as a singleton. ## Examples ```js const UPASH = require('upash'); //...

help wanted
discussion

See https://bitbucket.org/ecollins/passlib/wiki/Home https://passlib.readthedocs.io

discussion

> Use the CRYPT_BLOWFISH algorithm to create the hash. This will produce a standard crypt() compatible hash using the "$2y$" identifier. like [php](http://php.net/manual/zh/function.password-hash.php)