# File lib/authlogic/crypto_providers/aes256.rb, line 21 def encrypt(*tokens) aes.encrypt aes.key = @key [aes.update(tokens.join) + aes.final].pack("m").chomp end