Re: [Wicket-user] PasswordTextField encryption

2007-07-19 Thread Daniel Fernández Garrido
David, I think your problem (not wanting password to come encrypted from the input component) would be solved by simply making your Application object return your own implementation of the wicket.settings.ISecuritySettingsinterface for its getSecuritySettings method. And in this extension (MySecuri

Re: [Wicket-user] PasswordTextField encryption - integrating Jasypt

2007-07-19 Thread Daniel Fernández Garrido
Hello, About this topic, I am the founder of a project called Jasypt (Java Simplified Encryption) [http://www.jasypt.org], which is aimed at easily adding robust encryption capabilities to java applications, be it password digesting or two-way text, binary, or number encryption (based on any JCE p