An open API service indexing awesome lists of open source software.

https://github.com/IISResetMe/PshUtils

.NET and PowerShell helpers
https://github.com/IISResetMe/PshUtils

Last synced: 3 months ago
JSON representation

.NET and PowerShell helpers

Awesome Lists containing this project

README

        

# PshUtils.CryptoKnife
.NET and PowerShell utilities

## New-RSAKeyPair cmdlet
Uses `PshUtils.CryptoKnife` to create a new RSA key pair of size `$KeySize`, ASN.1 encode it and return it as Base64 strings
![New-RSAKeyPair in action](http://i.imgur.com/y7ub1D3.png)