New Post: Creating AES Keys with CngKey
Hi I have a project that will need to use a HSM. The HSM supports CNG. I am trying to create an AES Key like below:CngKey aesCreate = CngKey.Create(new CngAlgorithm("AES"), "MyKeyAES"); But I get the...
View ArticleNew Post: MSFT: What is the roadmap / future of this project ?
I would like to know as well.
View ArticleNew Post: MSFT: What is the roadmap / future of this project ?
I am interested in the GCM - EAX - OCB support as well. It was interesting to see recent developer code on some MSDN blogs reference Mono, for security functions. Is this a trend of things to come?
View ArticleNew Post: AesCng can't use any other key than 128 bits
Hi All I am trying to use AesCNG class with key length = 192. When I call ValidKeySize() it only validates key size 128. In the AesCng.cs I found this code: public override KeySizes[] LegalBlockSizes {...
View ArticleSource code checked in, #75437
Removing testrunconfig file, no longer required after VS2013 upgrade. It was causing unit tests to not execute correctly.
View ArticleNew Post: namespace conflict
I am struggling to use the Security.Cryptography.dll because it conflicts with System.Security namespace. I am working with C++/cli and the compiler comes out with errorC2872:'Security' : ambiguous...
View ArticleUpdated Wiki: Security.Cryptography.dll
Security.Cryptography.dll Security.Cryptography.dll provides a new set of algorithm implementations to augment the built in .NET framework supported algorithms. It also provides some APIs to extend the...
View ArticleReleased: Security.Cryptography 1.7 (Oct 17, 2014)
The 1.7 update to Security.Cryptography.dll contains support for PBKDF2 (theCNG implementation). This release of Security.Cryptography.dll requires Visual Studio 2013 and the .NET Framework v3.5....
View ArticleCreated Release: Security.Cryptography 1.7 (Oct 17, 2014)
The 1.7 update to Security.Cryptography.dll contains support for PBKDF2 (the CNG implementation). This release of Security.Cryptography.dll requires Visual Studio 2013 and the .NET Framework v3.5....
View ArticleSource code checked in, #75704
Updating annotations to allow Security.Cryptography to be used with .NET 4.5 as well as 3.5 (the default).
View ArticleReleased: Security.Cryptography 1.7.1 (Oct 24, 2014)
A minor update to the 1.7 release of Security.Cryptography, updating the .NET annotations to allow the library to be used on two versions of the CLR (.NET 3.5 and 4.5). Users of version 1.7 on .NET 3.5...
View ArticleCreated Release: Security.Cryptography 1.7.1 (Oct 24, 2014)
A minor update to the 1.7 release of Security.Cryptography, updating the .NET annotations to allow the library to be used on two versions of the CLR (.NET 3.5 and 4.5). Users of version 1.7 on .NET 3.5...
View ArticleSource code checked in, #75777
Adding support for PBKDF2 on Win7/Server 2008. Updating version to 1.7.2 for release.
View ArticleReleased: Security.Cryptography 1.7.2 (Nov 14, 2014)
Updating PBKDF2 to support Win7/Server2k8, in addition to Win8/Server2012. This release includes all check-ins through change set 75777.
View ArticleCreated Release: Security.Cryptography 1.7.2 (Nov 14, 2014)
Updating PBKDF2 to support Win7/Server2k8, in addition to Win8/Server2012. This release includes all check-ins through change set 75777.
View ArticleUpdated Wiki: Home
IntroductionWelcome to the CLR security team's Codeplex site. On this site you'll find a set of projects that extend the security APIs shipped with the .NET framework to provide additional...
View ArticleUpdated Wiki: Security.Cryptography.dll
Security.Cryptography.dll Security.Cryptography.dll provides a new set of algorithm implementations to augment the built in .NET framework supported algorithms. It also provides some APIs to extend the...
View Article