79157737

Date: 2024-11-05 05:22:39
Score: 0.5
Natty:
Report link
echo -n '22$*2Y;K\z6832l&0}0ya' | base64

will return the right password.

22$*2Y;K\z6832l&0}0ya

I was using " " instead of ' ' .

When ' ' is used around anything, there is no "transformation or translation" done. It is printed as it is.

With " ", whatever it surrounds, is "translated or transformed" into its value.

For more details, here is an extensive explanation.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Belkasmi