matthiaszimmermann/ethereum-paper-wallet

password in bash history

dkhokhlov opened this issue · 1 comments

Suggestion.
This command does not store password in bash history:
java -jar target/epwg-0.4.0-SNAPSHOT.jar -d data -p $(read -s -p "password: "; echo $REPLY)

thanks for the hint! i've added your suggestion to the readme