Communications encryption

Hi! We have the need to implemented encrypted communications from pega. We’ve looked for many articles and messages in pega forums, but we find anything about this.

Please, we need to know if the platform offer OOTB any ways to encrypt the communications, or..for example, if it’s possible to encrypt a file with password in an email/correspondence, etc.

Thanks so much.

Regards.

@ElisabelR Pega Platform does offer several ways to encrypt communications.

For instance, you can configure outbound email from Pega Platform to use the standard S/MIME protocol, which sends encrypted email messages to external email addresses (reference 3). For encrypting data, Pega Platform provides class-level (BLOB) encryption and property-level encryption (reference 5).

Regarding file encryption, Pega Platform doesn’t provide an out-of-the-box feature to encrypt a file with a password in an email/correspondence.

However, Pega Platform includes Apache POI libraries that allow you to manipulate MS office documents, including encryption (reference 8). Please note that implementing these features may require custom coding and should be thoroughly tested to ensure they meet your specific requirements.

This is a GenAI-powered tool. All generated answers require validation against the provided references.

Sending encrypted emai

Encryption

Attachments are automatically password encrypted using any Code ? . is this possibl

@MarijeSchillern thanks for your response.

I’ll carry out tests and give you feedback with the results. Thank you a lot for the options provided.