module Authlogic::ActsAsAuthentic::Password

This module has a lot of neat functionality. It is responsible for encrypting your password, salting it, and verifying it. It can also help you transition to a new encryption algorithm. See the Config sub module for configuration options.