Hacker News new | ask | show | jobs
by mythz 1038 days ago
> For those to lazy to run base64 --decode, here's the result:

Or just strip the eval and use JS's native base64 decoder:

atob(base64)

2 comments

CyberChef has been my go to for a while for this sort of stuff. Easy to use GUI, can stack multiple commands fairly easily.

https://gchq.github.io/CyberChef/

"Don't cross the streams!", although I take your point...