Skip to content

Commit

Permalink
Update README.md (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Dec 14, 2019
1 parent b03c8d3 commit e693f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Address: 0x47e801184B3a8ea8E6A4A7A4CFEfEcC76809Da72

### Encrypt with public key and decrypt with private key

```bash
```console
echo '0x95d3c5e483e9b1d4f5fc8e79b2deaf51362980de62dbb082a9a4257eef653d7d' > prv
echo '0x98afe4f150642cd05cc9d2fa36458ce0a58567daeaf5fde7333ba9b403011140a4e28911fcf83ab1f457a30b4959efc4b9306f514a4c3711a16a80e3b47eb58b' > pub
$ echo 'helloworld' | eciespy -e -k pub | eciespy -d -k prv
Expand Down

0 comments on commit e693f22

Please sign in to comment.