Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmachtl committed Nov 29, 2022
1 parent fe27b14 commit 7dd544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIP-0020/README.md
Expand Up @@ -149,7 +149,7 @@ First, generate a normal metadata transaction message. There is no difference ye
}
```

Encrypt the message via openssl and the default passprase **cardano**:
Encrypt the message (value of the `msg:` key) via openssl and the default passprase **cardano**:
``` console
openssl enc -e -aes-256-cbc -pbkdf2 -iter 10000 -a -k "cardano" <<< '["Invoice-No: 123456789","Order-No: 7654321","Email: john@doe.com"]'
```
Expand Down

0 comments on commit 7dd544c

Please sign in to comment.