Mercurial > urweb
view tests/crypt.ur @ 1397:a5bfed32d4f7
Patch from Vladimir Shabanov to support crypt under OS X
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 16 Jan 2011 10:38:03 -0500 |
parents | |
children |
line wrap: on
line source
fun cryptIt r = return <xml><body> {[crypt r.Pass "AB"]} </body></xml> fun main () = return <xml><body> <form><textbox{#Pass}/> <submit action={cryptIt}/></form> </body></xml>