[html-formfu] password processing
Alex Povolotsky
tarkhil at over.ru
Sun Jan 24 17:21:19 GMT 2010
On 01/24/10 18:41, Octavian Rasnita wrote:
> I am also interested to find more about creating transformers in
> general but I couldn't find too much documentation, so if somebody
> know more, please tell us.
Well, interface is rather simple and easy to read.
The code is less than 50 lines, if anyone is interested in transformer
added like this
- type: Password
name: password
label: Password
transformers:
- type: PassHash
password: passmd5
hash: MD5
digest: hexdigest
(it adds valid passmd5 as MD5 hexdigest of password to form)
I can document and pack it.
Alex.
More information about the HTML-FormFu
mailing list