Contact Us 1-800-596-4880

Cryptography Module

Cryptography Module provides cryptography capabilities to a Mule application. Its main features include:

  • Symmetric encryption and decryption of messages.

  • Asymmetric encryption and decryption of messages.

  • Message signing and signature validation of signed messages.

The module supports these strategies to encrypt and sign your messages:

  • JCE
    Provides cryptography capabilities of Java Cryptography Extension.

  • PGP
    Provides signing and encryption using Pretty Good Privacy.

  • XML
    Provides signing and encryption of XML documents or elements.

Additionally, the module offers two general operations to calculate and validate stream checksums. For details, refer to Cryptography Module Reference 2.0

View on GitHub