HI mimaen,
Good day!
Thank you for Replying to the Microsoft Community. We are glad to assist.
after alotof search about your problem , you need to check configure Outlook to use modern algorithm settings ,
you need to follow below steps :
These registry keys need to be set before you configure the security profile. If a security profile has already been set up, make a note of the settings, then delete the security profile, restart Outlook, and create a new security profile.
To view and configure security settings, click the File menu, then click Options, Trust Center, click the Trust Center Settings button, then click Email Security, and then the Settings button.
To set the following higher security algorithms as the new defaults, use the registry settings below:
- Encrypted email - AES 128 bit (2.16.840.1.101.3.4.1.2)
- Digital signature - SHA 384 bit (2.16.840.1.101.3.4.2.2)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\Security]
"UseAlternateDefaultHashAlg"=dword:00000001
"DefaultHashOID"="2.16.840.1.101.3.4.2.2"
"UseAlternateDefaultEncryptionAlg"=dword:00000001
"DefaultEncryptionAlgOID"="2.16.840.1.101.3.4.1.2"
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\Security\CNGAlgs\3DES]
"Flags"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\Security\CNGAlgs\RC2]
"Flags"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\Security\CNGAlgs\SHA1]
"Flags"=dword:00000001
The security profile should look like this:
REF : Recommended SMIME algorithm settings for modern Outlook builds
**Note :**please update your Vote to help other people have same Question .
Thanks for your precious time. Have a nice day!