We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc04d9 commit 68c7f4eCopy full SHA for 68c7f4e
1 file changed
README.md
@@ -1,3 +1,18 @@
1
# Crypto.AES
2
3
-This is a PowerShell module for cryptography (RSA).
+This is a PowerShell module for cryptography (RSA).
4
+
5
+# Installation
6
+Module is available on [Powershell Gallery][gallery]
7
8
+### Install
9
+```powershell
10
+PS> Install-Module -Name Crypto.AES
11
+```
12
13
+### Import
14
15
+PS> Import-Module Crypto.AES
16
17
18
+[gallery]: https://www.powershellgallery.com/packages/Crypto.AES
0 commit comments