Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 154 Bytes

level10.md

File metadata and controls

8 lines (4 loc) · 154 Bytes

level10

base64 command is used to encode strings into base64, to decode use the -d flag.

cat data.txt | base64 -d

save the psswd and exit.