symmetric-encryption
symmetric-encryption copied to clipboard
Symmetric Encryption for Ruby Projects using OpenSSL
### Issue # (if available) https://github.com/rocketjob/symmetric-encryption/issues/149 ### Description of changes AWS Keystore uses KMS for the key encryption key and data encryption key is local to the code / runtime....
Fixes #139 I tried to write a test for this, but cannot reliably change the file ownership. ```ruby it 'raises an exception when the file is owned by others' do...
### Environment Provide at least: * Ruby Version. * 2.7.2 * Symmetric Encryption Version. * 4.3.0 * Application/framework names and versions (e.g. Rails, Sinatra, Puma, etc.). * Rails * Full...
I apologize in advance being this may not be a feature of symmetric-encryption. But I was unsure of where else I could ask. Our app has a need to encrypt...
### Environment Provide at least: * Ruby Version. ```hovisb@stage1:/usr/local/sites/HiringThing/current$ ruby --version ruby 2.5.8p224 (2020-03-31 revision 67882) [x86_64-linux] ``` * Symmetric Encryption Version. ``` hovisb@stage1:/usr/local/sites/HiringThing/current$ symmetric-encryption --version Symmetric Encryption v4.3.2 OpenSSL...
### Environment Provide at least: * Ruby 2.6 * Symmetric Encryption Version -> 4.3.2 * Rails 6 ### Expected Behavior When I define an attribute in the model to be...
I'm not sure if this is something `symmetric-encryption` can or should address, but I wanted to bring it up because of the potential security implications for Rails applications. By default,...
I have a bit of an unusual issue, with a CI app that allow us to `chown` the key file once set, but denies our user access. Only if we...
I have a Form Object that has year:integer attribute when submitting form an error occurs. PG::InvalidTextRepresentation: ERROR: invalid input syntax for integer: "QEVuQwFAEABQIx6KfoX1jsIdqiKFHQpcYYKNFvoVcwHst4IO+gKDEA==
### Environment Provide at least: * Ruby Version: 2.4.6 * Symmetric Encryption Version: 4.3.0 * Application/framework names and versions (e.g. Rails, Sinatra, Puma, etc.): Rails 4.2.11.1 I am running into...