crypt_keeper
crypt_keeper copied to clipboard
Transparent ActiveRecord encryption
Installing crypt_keeper gem from rubygems (via bundler) is incompatible with rails 7.0.x.y Steps to reproduce: ``` gem 'rails', '~> 7.0' gem 'crypt_keeper' ``` ``` $ bundle install Fetching gem metadata...
Reverts jmazzi/crypt_keeper#194 @nikz I had to revert this change because it broke [multiple tests](https://github.com/jmazzi/crypt_keeper/actions/runs/2036384538).
It looks like this issue was raised back in 2013: https://github.com/jmazzi/crypt_keeper/issues/61 However the hope was that a future edition of Rails could solve the problem. This has not been the...
Rails 7.1.3 incompatible ``` Could not find compatible versions Because every version of crypt_keeper depends on activerecord >= 7.0.0, < 7.1.A and rails >= 7.1.3 depends on activerecord = 7.1.3,...
I updated public/private keys, I'm not sure why they stopped working, maybe they expired. So I generated new with 50 years expiration.
Rails 7.0.8.4 incompatible with crypt_keeper 2.3.0 (rubygems.org) ` Because rails < 7.1.0 depends on activerecord = 7.0.8.4 and rails >= 7.1.0, < 7.1.1 depends on activesupport = 7.1.0, rails <...
This might just be one to document as it might save someone in the future a couple of hours: If you have an encrypted field, but not every row in...
Added support for Rails 7.1.x but I'm not able to test on the CI if this works. Older versions also fail and they are not changed. So there is something...