adyen_client_side_encryption

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

adyen client side encryption

Adyen client side encryption #
Note: This library is not official from Adyen.
A Flutter plugin to encrypt card details on the client. The encryption is done via the adyen SDK under the hood.
Example #
final card = UnencryptedCard(
number: '123456789',
expiryMonth: '12',
expiryYear: '2025',
cvc: '123',
cardHolderName: 'John Smith',
);
final encryptedCardToken = await CardEncrypter.encryptCard(card, publicKey);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.