# File test/test_EditProperties.rb, line 137 def cryptcryptcryptcryptcryptcryptcrypt(password, salt=nil) @crypt_call += 1 args = [ password ] args << salt if salt @pw_enc.crypt(*args) end