if AES 256/256 encryption algorithm is configured in schannel/cipher in the registry in Windows OS then whether AES encryption algorithm will be used internally to encrypt plaintext by the System.Security.Cryptography.ProtectedData in .net applications?
Asked
Active
Viewed 347 times
1
-
System.Security.Cryptography.ProtectedData uses DPAPI which since Windows 7 always uses AES256/SHA512 for protecting the stored data. – Robert Jan 07 '22 at 10:32
-
Whether there are any documentation to list the default encryption algorithms which are used in different versions of Windows OS. – Vijay Jan 07 '22 at 13:51
-
Please read https://stackoverflow.com/a/51971636/150978 – Robert Jan 07 '22 at 15:14