Sha256: 17aee48c6eaee7b03cc6936e5a37d89480ab722901849a91df78806faaf08ef4
Contents?: true
Size: 232 Bytes
Versions: 8
Compression:
Stored size: 232 Bytes
Contents
A class used to encrypt password that will be written to a PasswordFile. Here is the interface. {{{ package fitnesse.authentication; public interface PasswordCipher { public String encrypt(String password) throws Exception; } }}}
Version data entries
8 entries across 8 versions & 1 rubygems