diff --git a/README.md b/README.md index 9fb68dc..4e4dbd1 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,15 @@ You can increase the number of working threads to reach higher speeds, or decrea ## Security -As explained above, everything is computed in your browser. Nothing ever leaves your machine, or even your browser tab. +As explained above, everything is computed only in your browser. Nothing ever leaves your machine, or even your browser tab. +There is no database, no server-side code. Everything vanishes when you close your tab. **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](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 +- The code is 100% open source and available on Github. You can review it as much as you want before using it 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 c181434..16f416c 100644 --- a/src/vue/Description.vue +++ b/src/vue/Description.vue @@ -23,15 +23,15 @@

Security

- As explained above, everything is computed in your browser. Nothing ever leaves your machine, or - even your browser tab.
+ As explained above, everything is computed only in your browser. Nothing ever leaves your machine, or even + your browser tab. There is no database, no server-side code. Everything vanishes when you close your tab.

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
+ Github. You can review it as much as you want before using it

Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate Ethereum addresses.