Merge branch 'master' into 2.0.x

This commit is contained in:
Dave Syer
2017-06-28 13:26:50 +01:00

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):