Skip to content

Commit b2f7bed

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Obfuscated Puzzle 2/Medium(Harder).ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $ab = $phrase
66
$ad = $numbers
77
$da = $alph
88

9-
$ac = $aa*2+$ab. Substring(9,1)
109
$aa = $ab. Substring(11,1)
10+
$ac = $aa*2+$ab. Substring(9,1)
1111
$ba = $ab.Substring(4,1)
1212
$bb = $ab.Substring(19,1)
1313

@@ -42,6 +42,8 @@ $g1 = $da.Substring(10,1); $g2 = $ab.Substring(3,1);$g3 = $ad.Substring(20,1)
4242
$66 = "01110100 01111000 01110100"
4343
$67 = ($66 -split ' ').ForEach({ [char][Convert]::ToInt32($_, 2) }) -join ''
4444

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

0 commit comments

Comments
 (0)