Setup Guide for Outlook for sending encrypted and signed email - Yash-777/Java_Mail GitHub Wiki

Setup Guide for Outlook 2010 for sending encrypted and signed email


Algorithms and key lengths for S / MIME

The following algorithms and keys with the specified key lengths are to be used 20:

  • Signature:
    ▪ Hash function (hash algorithm): SHA-256 or SHA-512 (according to IETF RFC 5754).
    ▪ Signature algorithm: RSASSA-PSS (according to IETFRFC 4056). Key length of the RSA keys used at least 2048 bits.
  • Encryption:
    ▪ Content encryption: AES-128 CBC, AES-192 CBC or AES-256 CBC (according to IETF RFC 3565).
    ▪ Key encryption: RSAES-OAEP (according to IETF RFC 8017). The key encryption has hash functions as parameters. Here SHA-256 or SHA-512 are to be used. Key length of the RSA keys used at least 2048 bits.
⚠️ **GitHub.com Fallback** ⚠️