We've moved discussions to Discord

Running Bundle - got this error message

Annie O'Grady
Hi - somewhat new to rails.  Thank you - have followed your set up instructions & video.  Very helpful.

I don't have a question - just  an FYI.
*********
when running: Bundle  , this error message was at the bottom:
***********************
Post-install message from encryptor:

Please be aware that Encryptor v2.0.0 had a major security bug when using AES-*-GCM algorithms.
By default You will not be able to decrypt data that was previously encrypted using an AES-*-GCM algorithm.
Please see the README and https://github.com/attr-encrypted/encryptor/pull/22 for more information.

Post-install message from attr_encrypted:

WARNING: Several insecure default options and features were deprecated in attr_encrypted v2.0.0.
Additionally, there was a bug in Encryptor v2.0.0 that insecurely encrypted data when using an AES-*-GCM algorithm.  This bug was fixed but introduced breaking changes between v2.x and v3.x.

Please see the README for more information regarding upgrading to attr_encrypted v3.0.0.


Chris Oliver
Hey  Annie O'Grady ! We're using attr_encrypted 3.1 so that should be fine to ignore.

gem "attr_encrypted", "~> 3.1"

I'm kind of surprised they're still printing that message out.


Notifications
You’re not receiving notifications from this thread.