Skip to content

Simple tool to check .Net encryption capabilities (System.Security.Cryptography)

Notifications You must be signed in to change notification settings

maseric/TestCryptoMDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestCryptoMDP

Simple tool to check .Net encryption capabilities (System.Security.Cryptography).

Developped to analyse .Net error message when FIPS algorithm policy was turned off : "Cette implémentation ne fait pas partie des algorithmes de chiffrement validés FIPS pour les plateformes Windows."

Okay, but what is FIPS ?

Those two registry keys are involved in the FIPS activation :

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy
name : Enabled

and

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\
name : fipsalgorithmpolicy

When activated, the program outputs this : progam

About

Simple tool to check .Net encryption capabilities (System.Security.Cryptography)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages