Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Encryptable

Encryptable

Provides a simple API for symmetrically encrypting an attribute. Based on Rick Olson’s Sentry plugin.

  • http://svn.techno-weenie.net/projects/plugins/sentry/

Example

class User < ActiveRecord::Base
  encrypts :password
end

Copyright© 2007 Joshua Peek, released under the MIT license