Updated 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 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 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 ArticleNew Post: NuGet Package
How come no one made a nuget package for the lib yet? If community and developers don't mind, our company can create a package and automate the updates to nuget. I am writing to make sure there isn't...
View ArticleCreated Unassigned: Not compatible with "Microsoft Platform Crypto Provider"...
Hi,When I use your Cng implementation for creating a selg signed certificate for a TPM device...I encountered the following exception in your code X509Native.cs :// Setup a CRYPT_KEY_PROV_INFO for the...
View ArticleCreated Unassigned: CryptographicException thrown if the stream is disposed...
Hi,We've experienced a scenario where by people who are aborting download of an encrypted file cause an exception to be thrown.``` at...
View ArticleCreated Unassigned: Win7/2008 detection may break on X86 due to...
Commit 75777 implemented PBKDF2 for Win7/2008. The platform check uses double math to compare the version and may fail depending on how the JIT optimizes the code.
View ArticleCommented Unassigned: Win7/2008 detection may break on X86 due to...
Commit 75777 implemented PBKDF2 for Win7/2008. The platform check uses double math to compare the version and may fail depending on how the JIT optimizes the code.Comments: ** Comment from web user:...
View ArticleNew Post: CLR Security on Linux with .NET opensourced?
With .NET open sourced what are the plan for this project? Obviously the role of strong crypto has increased in the current cyber climate but CLR Security P/Invokes into bcrypt/ncrypt in Windows for...
View ArticleNew Comment on "Security.Cryptography.RSAPKCS1SHA256SignatureDescription"
when i try to edit the file " machine.config " (C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG) and open it with notepad i cant found where to put the configuration above so added it before the...
View ArticleCreated Unassigned: XmlDsigXPathWithNamespacesTransform is not preserving...
When using the provided XmlDsigXPathWithNamespacesTransform class to verify a signature, the whitespace is stripped out of the document when loading into a XmlDocument before canonicalization.This...
View ArticleNew Post: NuGet Package
I agree, this should be wrapped in a nuget package. Anyone know if it has been published as such yet?
View ArticleNew Post: FIPS Validation ?
I want to use this code, but I am not a cryptographer. Is this on a FIPS validation path? Access to the source code does me know good, as I am not up to the task of vetting this. Thoughts?
View ArticleCreated Unassigned: CreateSelfSignedCertificate on any non-RSA key fails with...
This vague error occurs for all CngAlgorithms except RSA: using (var key = CngKey.Create(CngAlgorithm.ECDsaP521, null, new CngKeyCreationParameters { ExportPolicy = CngExportPolicies.AllowExport,...
View ArticleCreated Unassigned: 1.7.2 version is 1.7.1 in dll [11061]
I have just downloaded 1.7.2 zip package and looks like dll have file version 1.7.1Probably it should be equal to release number. It makes confusion when improting dll to project.
View ArticleCreated Unassigned: NuGet package [11062]
Please build NuGet package for this library. It will be easy to integrate it to modern project structure.
View ArticleNew Post: Migrate to Github
If project alive why not migrate it to new Microsoft Open Source accounts to github and git.Not so much people familiar with Codeplex pipeline.It will be easy to contribute for MS employees and...
View ArticleNew Post: Migrate to Github
This project is/was partially an incubation ground for new features. Right now the efforts are in taking the lessons learned here and moving the components into the .NET Framework. This project has...
View ArticleNew Post: MSFT: What is the roadmap / future of this project ?
This project doesn't have a clear roadmap because right now the focus is getting functionality from this project into the .NET Framework. GCM support is definitely on the radar for .NET Framework....
View Article