Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 326 Bytes

Crypto.AES

This is a PowerShell module for cryptography (RSA).

Installation

Module is available on Powershell Gallery

Install

PS> Install-Module -Name Crypto.AES

Import

PS> Import-Module Crypto.AES