Replace "BKDF2" with "PBKDF2" (#55)
This commit is contained in:
parent
46944b3b13
commit
1cc65c3d37
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue