File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ requires that secrets be encrypted using libsodium.
1313This module relies on the following:
1414
1515- The [ libsodium] ( https://github.com/jedisct1/libsodium ) library for cryptographic operations.
16- - Cross-platform PowerShell 7.
16+ - Cross-platform PowerShell 7.4 or later (the module ships a net8.0 binary).
1717
1818On Windows, the module also requires the Microsoft Visual C++ Redistributable for Visual Studio 2015 or later.
1919
@@ -64,7 +64,7 @@ Decrypt a sealed box back to the original message. Both the public and private k
6464$params = @{
6565 SealedBox = '905j4S/JyP9XBBmOIdHSOXiDu7fUtZo9TFIMnAfBMESgcVBwttLnEyxJn4xPEX5OMKQ+Bc4P6Hg='
6666 PublicKey = '9fv51aqi00MYN4UR7Ew/DLXMS9t1NapLs7yyo+vegz4='
67- PrivateKey = 'MiJAFUZxZ1UCbQTwKfH7HY6AhIFYQlnok5fBD2K+y/g=' #gitleaks:allow
67+ PrivateKey = 'MiJAFUZxZ1UCbQTwKfH7HY6AhIFYQlnok5fBD2K+y/g=' #gitleaks:allow
6868}
6969ConvertFrom-SodiumSealedBox @params
7070
You can’t perform that action at this time.
0 commit comments