Is there any dtml entry or any script which allows me to calculate an md5 hash? _________________________________________________________________ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.yupimsn.com/
On Sat, Sep 13, 2003 at 09:09:45PM +0000, Alexander Alvarado wrote:
Is there any dtml entry or any script which allows me to calculate an md5 hash?
The Python module "md5" is pretty good at that. Might have to use an external script or a product in order to import it, though. Dustin -- Dustin Mitchell dustin@ywlcs.org/djmitche@alumni.uchicago.edu http://people.cs.uchicago.edu/~dustin/ PGP Key: http://people.cs.uchicago.edu/~dustin/pubkey.txt
It is easy with an External method. On Sat, 13 Sep 2003, Alexander Alvarado wrote:
Is there any dtml entry or any script which allows me to calculate an md5 hash?
_________________________________________________________________ Charla con tus amigos en l�nea mediante MSN Messenger: http://messenger.yupimsn.com/
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
import md5 from an external method. -aj --On Samstag, 13. September 2003 21:09 Uhr +0000 Alexander Alvarado <funalito@hotmail.com> wrote:
Is there any dtml entry or any script which allows me to calculate an md5 hash?
_________________________________________________________________ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.yupimsn.com/
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Alexander Alvarado -
Andreas Jung -
Dennis Allison -
Dustin Mitchell