Encryption file output tip.

The encrypted output is right adjacent to the current speed value and causes confusion, added a tip for newcomers.
This commit is contained in:
repos-jmp
2017-06-27 20:32:45 +05:30
committed by Dave Syer
parent 54bcb47a95
commit d56926eba6

View File

@@ -818,6 +818,9 @@ $ curl localhost:8888/encrypt -d mysecret
NOTE: If the value you are encrypting has characters in it that need to be URL encoded you should use
the `--data-urlencode` option to `curl` to make sure they are encoded properly.
TIP: Be sure not to include any of the curl command statistics in the encrypted value.
Outputting the value to a file can help avoid this problem.
The inverse operation is also available via `/decrypt` (provided the server is
configured with a symmetric key or a full key pair):