Sodium is a PowerShell module for handling libsodium-based encryption and decryption.
Install the module from the PowerShell Gallery:
Install-PSResource -Name Sodium
Import-Module -Name SodiumOn Windows, the module requires the Microsoft Visual C++ Redistributable for Visual Studio 2015 or later.
Documentation is published at psmodule.io/Sodium.
Use PowerShell help and command discovery for module details:
Get-Command -Module Sodium
Get-Help ConvertTo-SodiumSealedBox -ExamplesIssues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.