ZSmime

ZSmime enables Zope to generate S/MIME-signed and -encrypted messages.

ZSmime is useful where Zope accepts confidential information over the web, e.g., credit card numbers. Such information can be protected by ZSmime and relayed off-site immediately. This reduces the value of the information carried on-site and in turn reduces the impact of a successful attack against the site.

Even if the S/MIME-protected information remains on-site, it is now encrypted - this introduces additional cost in defeating the protection and may mitigate the effect of a successful site penetration.

ZSmime adds a DTML tag dtml-smime to Zope.

Here is a HOWTO on ZSmime.


2003-06-24: ZSmime on Zope 2.6.1 interoperates!

ZSmime on Zope 2.6.1 interoperates successfully with Mozilla 1.1. There is no code change.

ZSmime is bundled with M2Crypto.


2001-03-19: ZSmime 1.1 released!

ZSmime 1.1 is bundled with the latest (0.06) snapshot of M2Crypto. This release improves on error checking. It has been tested on Zope 2.3.0.

You should use ZSmime in conjunction with GuardedFile.

The ZSmime HOWTO has also been revised.


2000-05-06: ZSmime 1.0 released!

ZSmime 1.0 requires and is bundled with the latest (post 0.04) snapshot of M2Crypto.

You should use ZSmime in conjunction with GuardedFile.