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 f51ba3f commit f76cbbdCopy full SHA for f76cbbd
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# Sodium
2
3
-Sodium is a PowerShell module for handling Sodium-encrypted secrets.
+Sodium is a PowerShell module for handling libsodium-based encryption and decryption.
4
5
## Installation
6
@@ -11,6 +11,8 @@ Install-PSResource -Name Sodium
11
Import-Module -Name Sodium
12
```
13
14
+On Windows, the module requires the Microsoft Visual C++ Redistributable for Visual Studio 2015 or later.
15
+
16
## Documentation
17
18
Documentation is published at [psmodule.io/Sodium](https://psmodule.io/Sodium/).
@@ -19,7 +21,7 @@ Use PowerShell help and command discovery for module details:
19
21
20
22
```powershell
23
Get-Command -Module Sodium
-Get-Help <CommandName> -Examples
24
+Get-Help ConvertTo-SodiumSealedBox -Examples
25
26
27
## Contributing
0 commit comments