Skip to content

Commit dd0a8f3

Browse files
springcompMaxime LABELLE
andauthored
fix script! (#121)
Co-authored-by: Maxime LABELLE <maxime.labelle@chanel.com>
1 parent ee88a20 commit dd0a8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/EncryptDecryptFile.PS1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BEGIN {
2222
# Convert the Passphrase to UTF8 Bytes
2323
$pass_ = [Text.Encoding]::UTF8.GetBytes($Passphrase)
2424
# Convert the Salt to UTF Bytes
25-
$salt = [Text.Encoding]::UTF8.GetBytes($salt)
25+
$salt_ = [Text.Encoding]::UTF8.GetBytes($salt)
2626

2727
# Create the Encryption Key using the passphrase, salt and SHA1 algorithm at 256 bits
2828

0 commit comments

Comments
 (0)