Mastercard / client-encryption-python

Library for Mastercard API compliant payload encryption/decryption.
https://developer.mastercard.com/platform/documentation/security-and-authentication/securing-sensitive-data-using-payload-encryption/
MIT License
16 stars 9 forks source link

Added support for AES GCM 128 & 192 decryption method #16

Closed Rajmohan-Rajagopal closed 1 year ago

Rajmohan-Rajagopal commented 1 year ago

PR checklist

Link to issue/feature request: N/A

(Actual Issue https://github.com/Mastercard/client-encryption-java/issues/61 reported in client-encryption-java library and created this PR to support AES GCM 128 & 192 decryption methods in client-encryption-python library)

Description

Added support for AES GCM 128 & 192 decryption method and included unit test cases