Update "BKDF2" to "PBKDF2"

This commit is contained in:
Ardis Lu 2023-05-06 15:15:29 -07:00
parent 46944b3b13
commit 39e517f973
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ There is no database, no server-side code. Everything vanishes when you close yo
Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate Ethereum addresses.
The keystore file is encrypted with a AES-128-CTR cipher using the BKDF2-SHA256 derivation function with 65536 hashing rounds.
The keystore file is encrypted with a AES-128-CTR cipher using the PBKDF2-SHA256 derivation function with 65536 hashing rounds.
## Performance

View file

@ -39,7 +39,7 @@
<br>
Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate
Ethereum addresses.<br>
The keystore file is encrypted with a AES-128-CTR cipher using the BKDF2-SHA256 derivation function with 65536 hashing rounds.
The keystore file is encrypted with a AES-128-CTR cipher using the PBKDF2-SHA256 derivation function with 65536 hashing rounds.
</p>
<h2>Performance</h2>
<p>