XML::Enc is written to be a generic Encryption/Decryption module for XML. While it does not currently support all of the requirements of https://www.w3.org/TR/xmlenc-core/ it supports enough to encrypt and decrypt XML documents.
The trial version of Net::SAML2 0.54 uses XML:Enc to decrypt an EncryptedAssertion.
The latest version 0.06 is a minor version that simply increased the minimum required version of Crypt::AuthEnc::GCM to 0.062.
XML::Enc supports the following data encryption methods:
- tripledes-cbc
- aes128-cbc
- aes192-cbc
- aes256-cbc
- aes128-gcm
- aes192-gcm
- aes256-gcm
XML::Enc supports the following Key Transport encryption methods:
- rsa-1_5
- rsa-oaep-mgf1p
Top comments (0)