@ethersproject/pbkdf2
TypeScript icon, indicating that this package has built-in type declarations

5.7.0 • Public • Published

Password-Based Key Derivation Function 2 (pbkdf2)

This sub-module is part of the ethers project.

It contains the PBKDF2 function.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    pbkdf2

} = require("@ethersproject/pbkdf2");

License

MIT License

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ethersproject/pbkdf2

    Weekly Downloads

    649,544

    Version

    5.7.0

    License

    MIT

    Unpacked Size

    17.4 kB

    Total Files

    35

    Last publish

    Collaborators

    • ricmoo