From 1cc65c3d37b3fddb40d338b8d2d24234c874a710 Mon Sep 17 00:00:00 2001 From: ardislu Date: Sun, 7 May 2023 00:21:35 -0700 Subject: [PATCH] Replace "BKDF2" with "PBKDF2" (#55) --- README.md | 2 +- src/vue/Description.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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