aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

If a connection is created without any recipient_keys messages will be sent in plaintext

Open Jsyro opened this issue 1 year ago • 0 comments

A connection can be created without recipient_keys, and when it is, messages are sent to that service_endpoint in plain text.

acapy should probably log an error or raise an exception when messages are being sent in plain text, or possibly on connection creation if no recipient_keys are provided.

Jsyro avatar Sep 07 '23 16:09 Jsyro