https://github.com/adonisjs/hash
Multi driver hashing module following PHC string format
https://github.com/adonisjs/hash
bundled-with-core hash
Last synced: about 1 year ago
JSON representation
Multi driver hashing module following PHC string format
- Host: GitHub
- URL: https://github.com/adonisjs/hash
- Owner: adonisjs
- License: mit
- Created: 2019-06-23T10:11:00.000Z (almost 7 years ago)
- Default Branch: 9.x
- Last Pushed: 2024-12-23T13:17:48.000Z (over 1 year ago)
- Last Synced: 2025-03-21T18:05:32.253Z (about 1 year ago)
- Topics: bundled-with-core, hash
- Language: TypeScript
- Homepage: https://docs.adonisjs.com/guides/hashing
- Size: 876 KB
- Stars: 19
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/hash
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
AdonisJS hash is a driver based hashing library. We ship with `argon2`, `bcrypt` and `scrypt` drivers. The generated hash from all the drivers are formatted using the [PHC string format](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md)
## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/security/hashing)
## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
## License
AdonisJS hash is open-sourced software licensed under the [MIT license](LICENSE.md).
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/hash/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/hash/actions/workflows/checks.yml "Github action"
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"
[npm-image]: https://img.shields.io/npm/v/@adonisjs/hash.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@adonisjs/hash "npm"
[license-image]: https://img.shields.io/npm/l/@adonisjs/hash?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"