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?
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 gettingArgumentError: 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?