HTTPWalletJSON
Encrypts data
post/encrypt
Request body
Example request
{
"plaintext": [
115,
101,
99,
114,
101,
116,
115
],
"protocolID": [
0,
"todo token"
],
"keyID": "1",
"privilegedReason": "extra secure",
"counterparty": "self"
}Response
The encrypted data
Example response
{
"ciphertext": [
47,
102,
55,
54,
51,
52,
42,
38,
9
]
}Changes
Changed in 2 of the 19 revisions of this API.21
- ▲
the
protocolIDrequest property's minItems was increased to2request-property-min-items-increased
- ○
added
subschema #1subschema #2to theprotocolIDrequest property 'prefixItems' listrequest-property-prefix-items-added
- ▲
- ▲
removed
subschema #1subschema #2from theprotocolIDrequest property 'prefixItems' listrequest-property-prefix-items-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲