diff --git a/README.md b/README.md index 3bdda10..9fb68dc 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,12 @@ You can increase the number of working threads to reach higher speeds, or decrea As explained above, everything is computed in your browser. Nothing ever leaves your machine, or even your browser tab. -Once the web page is loaded, you can turn off the internet and continue playing. +**Vanity-ETH cannot and will never store your private key**, and if you don't trust it, you have 3 ways to ensure your key remains private: -You can also download the latest build of Vanity-ETH [here](https://git.io/veth-dl) -and use it completely offline. +- Once the web page is loaded, you can turn off the internet and continue playing, it will work seamlessly +- You can also download the latest build of Vanity-ETH [here](https://git.io/veth-dl) +and use it on a completely offline computer +- The code is 100% open source and available on Github. You can review it as much as you want Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate Ethereum addresses. diff --git a/src/vue/Description.vue b/src/vue/Description.vue index 562e6ce..c181434 100644 --- a/src/vue/Description.vue +++ b/src/vue/Description.vue @@ -25,11 +25,14 @@
As explained above, everything is computed in your browser. Nothing ever leaves your machine, or
even your browser tab.
- Once the web page is loaded, you can turn off the internet and continue
- playing.
- You can also download the latest build of Vanity-ETH on
- Github and use it
- completely offline.
+ Vanity-ETH cannot and will never store your private key, and if you don't trust it, you have 3 ways to ensure
+ your key remains private:
+ - Once the web page is loaded, you can turn off the internet and continue playing, it will work seamlessly
+ - You can also download the latest build of Vanity-ETH
+ here and use it on a completely offline computer
+ - The code is 100% open source and available on
+ Github. You can review it as much as you want
+
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.
diff --git a/src/vue/Input.vue b/src/vue/Input.vue
index 1305f9b..fd1d079 100644
--- a/src/vue/Input.vue
+++ b/src/vue/Input.vue
@@ -3,6 +3,9 @@