spreedly / gala

Ruby library for decrypting Apple Pay payment tokens
MIT License
41 stars 24 forks source link

Move away from aead, unmaintained #11

Closed tibbon closed 6 years ago

tibbon commented 6 years ago

It appears the aead gem is unmaintained. OneLogin is no longer accepting PRs, and Shopify doesn't maintain an issue tracker. There are test failures on both, and we're getting ArgumentError: ArgumentError: ciphertext failed authentication step errors now in a way that's hard to trace down when we attempt to decrypt.

Is there some other way of doing what the aead gem does?

tibbon commented 6 years ago

I see there's been an open PR for a while on this: https://github.com/spreedly/gala/pull/9