Skip to content

Commit 25c7b89

Browse files
Set PowerShell 7.4+ prerequisite and tidy inline gitleaks comment
1 parent 9062aa4 commit 25c7b89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires that secrets be encrypted using libsodium.
1313
This 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

1818
On 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
}
6969
ConvertFrom-SodiumSealedBox @params
7070

0 commit comments

Comments
 (0)