diff --git a/README.md b/README.md index 31dad96..8a878b9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/vue/Description.vue b/src/vue/Description.vue index 0cb3dd9..2893d2f 100644 --- a/src/vue/Description.vue +++ b/src/vue/Description.vue @@ -39,7 +39,7 @@
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