2.2.22 • Published 4 months ago

@dreamauth/password v2.2.22

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

DreamAuth Password

Generate passwords and password hashes.

See the examples.

Hashing Algorithms

  • Argon2id (recommended: side-channel and GPU-based attack resistant)
    • Using hash-wasm.
    • Estimated cracking cost in 2021 (8 char, uppercase, lowercase, digits)
      • 3 iterations, 4 parallelism, 64MiB ≈ 1.8m USD
      • 10 iterations, 4 parallelism, 512MiB ≈ 53.7m USD
  • PBKDF2 with SHA-256/512 (FIPS-140 compliant)
    • Using Web Crypto API
    • Estimated cracking cost in 2021 (8 char, uppercase, lowercase, digits)
      • 100k iterations ≈ 35k USD
      • 600k iterations ≈ 220k USD

See also:

Hashing Security Recommendations

  • Output hash size should be at least 32 bytes.
  • Salt size should be at least twice the output hash size.
  • Passwords can be rehashed when a user successfully signs in if hashing requirements have changed. This is the only time when the original (un-hashed) password is available.
2.2.22

4 months ago

2.2.21

5 months ago

2.2.20

5 months ago

2.2.19

5 months ago

2.2.18

6 months ago

2.2.17

6 months ago

2.2.16

7 months ago

2.2.15

7 months ago

2.2.13

7 months ago

2.2.12

8 months ago

2.2.11

8 months ago

2.2.10

8 months ago

2.2.9

8 months ago

2.2.8

8 months ago

2.2.7

8 months ago

2.2.6

8 months ago

2.2.5

8 months ago

2.2.4

8 months ago

2.2.3

8 months ago

2.2.2

8 months ago

2.2.1

8 months ago

2.2.0

8 months ago

2.1.0

8 months ago

2.0.24

8 months ago

2.0.23

8 months ago

2.0.22

8 months ago

2.0.21

8 months ago

2.0.20

8 months ago

2.0.19

8 months ago

2.0.18

8 months ago

2.0.17

8 months ago

2.0.16

8 months ago

2.0.15

8 months ago

2.0.14

8 months ago

2.0.13

8 months ago

2.0.12

8 months ago

2.0.11

8 months ago

2.0.10

8 months ago

2.0.9

8 months ago

2.0.8

8 months ago

2.0.7

8 months ago

2.0.6

9 months ago

2.0.5

9 months ago

2.0.4

9 months ago

2.0.3

9 months ago

2.0.2

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago