2001-03-14 04:05:08 +01:00
|
|
|
This SMIME Messenger can generate and read S/MIME messages.
|
|
|
|
There are some limitation for use because of this implementation,
|
|
|
|
but it can operate "Signing", "Encryption", and "Signing + Encryption"
|
|
|
|
with email messages, and "Decryption" and "Signing verification"
|
|
|
|
is available for S/MIME messages.
|
|
|
|
|
|
|
|
Limitation is following :
|
|
|
|
* only "RC2 40bit" symmentric cipher is used for encryption and
|
|
|
|
decryption.
|
|
|
|
* AiCrypto S/MIME can not operate any MultiPart analysis. Therefore,
|
2003-05-06 19:40:18 +02:00
|
|
|
the Clear Signature message type is not available to use.
|
2001-03-14 04:05:08 +01:00
|
|
|
* Signature and message will be embeded in smime.p7s file.
|
2006-12-21 17:35:13 +01:00
|
|
|
* Verification process requires the certificates, which should be
|
2001-03-14 04:05:08 +01:00
|
|
|
embeded in the S/MIME message.
|