home RPC:

uRPC micro Remote Procedure Calls - 0.97

» news | search | translate
Email Facebook Linkedin Pinterest Reddit Telegram Tumblr Whatsapp X

decipher

 deciphers data.
Notes: ...-ecb algorithms don't use iv; tag is supported by ...-gcm and chacha20-poly1305
Reference: Practical cryptography for developers by Svetlin Nakov

Arguments:
input                 format: [IV] hash [tag]; binary data, use HTTP POST
algo                  cipher algorithm
key                   format: hex (two digits per byte)
iv                    format: hex (two digits per byte); decipher extracts it from input

Output: original data

Endpoint:
http[s]://saltlake71.eu/urpc?function=decipher