https://github.com/simonepri/node-kdf
🔑 Node key derivation functions
https://github.com/simonepri/node-kdf
Last synced: 10 months ago
JSON representation
🔑 Node key derivation functions
- Host: GitHub
- URL: https://github.com/simonepri/node-kdf
- Owner: simonepri
- License: mit
- Created: 2020-07-04T17:33:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T09:50:27.000Z (almost 6 years ago)
- Last Synced: 2025-08-08T18:37:56.436Z (11 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
node-kdf
## Synopsis
This monorepo contains all the packages published under the [@kdf npm namespace][npm:@kdf].
These packages aim at providing a consistent API for different [Key Derivation Functions][wiki:kdf] for Node.JS.
See each package's readme for more info.
## Packages
| Name | Version | Description |
|------|---------|-------------|
| [@kdf/salt][gh:@kdf/salt] | [![@kdf/salt][badge:@kdf/salt]][npm:@kdf/salt] | 🎲 Crypto secure salt generator |
## License
This project is licensed under the MIT License - see the [license][license] file for details.
[contributors]: https://github.com/simonepri/node-kdf/contributors
[license]: https://github.com/simonepri/node-kdf/tree/master/license
[npm:@kdf]: https://www.npmjs.com/settings/kdf/packages
[wiki:kdf]: https://wikipedia.org/wiki/Key_derivation_function
[gh:@kdf/salt]: https://github.com/simonepri/node-kdf/tree/master/packages/salt#readme
[npm:@kdf/salt]: https://www.npmjs.com/package/@kdf/salt#readme
[badge:@kdf/salt]: https://img.shields.io/npm/v/@kdf/salt.svg