Send an encrypted folder containing over rest API put method

hi,

I want to send an encrypted folder (containing a file) over the rest API using post or put method. Can Someone help with the services to be used or how to implement in web methods 10.5?[wrap=“justify”]

Text

[/wrap]

Hi Ahasas

You can use OpenPGP utility package for encrypting or decrypting the files once you have the appropriate keys setup that will be used for encrypting/decrypting. Once the encrypted content is created you can send that as a stream data in POST method our Rest API.

Regards,
Firoz N