README

AdonisJS Hash Provider
A multi driver hash provider to hash values (usually passwords). The hash output follows the PHC format spec.
Built with ❤︎ by Harminder Virk
Multi driver hash module with support for PHC string formats
<script type="module">
import adonisjsHash from 'https://cdn.skypack.dev/@adonisjs/hash';
</script>
A multi driver hash provider to hash values (usually passwords). The hash output follows the PHC format spec.