Home [Root Me] Encoding
Post
Cancel

[Root Me] Encoding

ASCII

This is the string to decrypt, we see a bunch of alphanumerics characters…

1
4C6520666C6167206465206365206368616C6C656E6765206573743A203261633337363438316165353436636436383964356239313237356433323465

When I saw it I knew it was hex. then If we go to Cyberchef and decode From Hex we get this:

Le flag de ce challenge est: 2ac376481ae546cd...


UU

For this challenge this is the string to decode:

1
2
3
4
5
6
7
8
_=_ 
_=_ Part 001 of 001 of file root-me_challenge_uudeview
_=_ 

begin 644 root-me_challenge_uudeview
B5F5R>2!S:6UP;&4@.RD*4$%34R`](%5,5%)!4TE-4$Q%"@``
`
end

I don’t even know what encoding are this, but with one search I find out. The site for decode this is dcode.fr. and… here is the flag:

PASS = ULT...

This post is licensed under CC BY 4.0 by the author.