simple_encryptable
simple_encryptable copied to clipboard
Simple encryption service, without all the extras, based on Rails functionality
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Dependabot can't resolve your Ruby dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Bundler::VersionConflict with message: Bundler could not find compatible versions...
Bumps [activesupport](https://github.com/rails/rails) from 5.2.4.4 to 5.2.5. Release notes Sourced from activesupport's releases. 5.2.5 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...
Updates the requirements on [bundler](https://github.com/rubygems/rubygems) to permit the latest version. Release notes Sourced from bundler's releases. bundler-v2.2.15 Enhancements: Add a hint about bundler installing executables for path gems #4461 Warn...
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.14.2 to 5.14.4. Changelog Sourced from minitest's changelog. === 5.14.4 / 2021-02-23 1 bug fix: Fixed deprecation warning using stub with methods using keyword arguments. (Nakilon) ===...
Bumps [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) from 1.4.2 to 1.4.3. Changelog Sourced from minitest-reporters's changelog. dev Commits 6e31e3d Bump version 75a1ac3 Added missing CHANGELOG note for #272 ad2092c Fix CHANGELOG.md organization of unreleased changes...
Bumps [rake](https://github.com/ruby/rake) from 13.0.1 to 13.0.3. Commits c2eeae2 Bump version to 13.0.3 b6bf56c Merge pull request #368 from ysakasin/fix_test_execution_order 37635e6 Fix breaking change of execution order on TestTask 65be0c7 Bump...
I believe the salt should be different per record (and stored on the record). The reason for this is so that if two records have the same password and using...