We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee88a20 commit dd0a8f3Copy full SHA for dd0a8f3
1 file changed
bin/EncryptDecryptFile.PS1
@@ -22,7 +22,7 @@ BEGIN {
22
# Convert the Passphrase to UTF8 Bytes
23
$pass_ = [Text.Encoding]::UTF8.GetBytes($Passphrase)
24
# Convert the Salt to UTF Bytes
25
- $salt = [Text.Encoding]::UTF8.GetBytes($salt)
+ $salt_ = [Text.Encoding]::UTF8.GetBytes($salt)
26
27
# Create the Encryption Key using the passphrase, salt and SHA1 algorithm at 256 bits
28
0 commit comments