pluginaweek / encrypted_attributes

Adds support for automatically encrypting ActiveRecord attributes

encrypted_attributes / CHANGELOG.rdoc
100644 36 lines (21 sloc) 0.828 kb

master

0.2.0 / 2008-12-4

  • Update to be compatible with encrypted_strings 0.2.1

0.1.3 / 2008-10-26

  • Change how the base module is included to prevent namespacing conflicts

0.1.2 / 2008-07-05

  • Leave salt stringification up to PluginAWeek::EncryptedString::ShaEncryptor

0.1.1 / 2008-06-22

  • Remove log files from gems

0.1.0 / 2008-05-05

  • Don’t extend encrypted_string’s encryptors, instead creating subclasses
  • Don’t assume anything about attribute confirmations
  • Support storing the salt for SHA encryption in the same string as the original value
  • Update documentation

0.0.2 / 2007-09-26

  • Move test fixtures out of the test application root directory
  • Convert dos newlines to unix newlines

0.0.1 / 2007-08-05

  • Official public release
  • Add documentation
  • Refactor unit test names