diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | ethy.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ ethy.py ------- -This little script offers decryption and verification of some existing +This little script offers decryption and verification of the existing Ethereum wallets, as well as generation of a new wallet. You can use any utf-8 string as the password, which could provide with better security against the brute-force attack. @@ -22,7 +22,7 @@ # SOFTWARE. # # -# This little script offers decryption and verification of some existing +# This little script offers decryption and verification of the existing # Ethereum wallets, as well as generation of a new wallet. You can use any # utf-8 string as the password, which could provide with better security # against the brute-force attack. |