1.1.2 • Published 10 months ago

crypt-helper v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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.

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago