Ingenico-ePayments / connect-sdk-client-swift

Ingenico Connect iOS Swift Client SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/mobile/swift/
Other
5 stars 12 forks source link

Fix a crash with AES encrypt/decrypt #4

Closed matthmart closed 5 years ago

matthmart commented 6 years ago

The crash was occurring when converting String from Data. The data are not in UTF-8.

This PR fixes #3.