module Authlogic
  module CryptoProviders
    # A poor choice. There are known attacks against this algorithm.
    class MD5
      # V2 hashes the digest bytes in repeated stretches instead of hex characters.