Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 756 Bytes

File metadata and controls

29 lines (18 loc) · 756 Bytes

Sodium

Sodium is a PowerShell module for handling libsodium-based encryption and decryption.

Installation

Install the module from the PowerShell Gallery:

Install-PSResource -Name Sodium
Import-Module -Name Sodium

On Windows, the module requires the Microsoft Visual C++ Redistributable for Visual Studio 2015 or later.

Documentation

Documentation is published at psmodule.io/Sodium.

Use PowerShell help and command discovery for module details:

Get-Command -Module Sodium
Get-Help ConvertTo-SodiumSealedBox -Examples

Contributing

Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.