Skip to content

Commit 643dfd5

Browse files
authored
Update Medium(Harder).ps1
1 parent 4cb7c5a commit 643dfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Obfuscated Puzzle 2/Medium(Harder).ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $d1 = $da.Substring(5,1); $d2 = $da.Substring(8,1); $2c = $da.Substring(11,1); $
4040
$g1 = $da.Substring(10,1); $g2 = $ab.Substring(3,1);$g3 = $ad.Substring(20,1)
4141

4242
$66 = "01110100 01111000 01110100"
43-
$67 = ($binaryString -split ' ').ForEach({ [char][Convert]::ToInt32($_, 2) }) -join ''
43+
$67 = ($66 -split ' ').ForEach({ [char][Convert]::ToInt32($_, 2) }) -join ''
4444

4545
$r = "$gg$b3$1$g1$g2$c4$d3$4c$i$g3$67$b2"
4646
$3 = "$b3$c3$1b$3d$1c$1$b3$ca$d3$a4$c4$d1$d2$2c$b3$4c";$y = "$a$c2$a2$c2$b2$a3"

0 commit comments

Comments
 (0)