-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Roger Lipscombe edited this page Apr 17, 2013
·
6 revisions
PSBouncyCastle is a PowerShell module that allows you to use the crypto functionality from the Legion of the BouncyCastle .NET libraries.
Currently it covers the X509 certificate functionality, in particular
allowing you to replace makecert.exe
(from the Windows SDK) with
native PowerShell cmdlets.
It accompanies my series of blog posts about using Bouncy Castle from C# and from PowerShell.