crypt-helper
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Crypt-helper

Tiny helper functions, with no dependencies, to generate keys and password hashes.

Secure

The project try to follow OWASP security recommendations for its defaults.

it means that you can still shoot your foot with a gun if you tweak too much function options without knowing what you are doing.

OWASP recommend to use « scrypt » above « bcrypt », and « argon2 » above the two others.
Given that Node includes by default scrypt and pbkdf2 into its crypto modules, it is recommended to then used functions based upon the former than the latter, as explained in that article from OWAPS.

Quickstart

npm i start

You can now import into your projects, TS included.

Package Sidebar

Install

npm i crypt-helper

Weekly Downloads

0

Version

1.1.2

License

ISC

Unpacked Size

25.4 kB

Total Files

17

Last publish

Collaborators

  • eiwosstd