An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


node-kdf





Project license

## 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