Hacker News new | ask | show | jobs
by mad_vill 2051 days ago
> To have some minimal form of obfuscation from prying eyes, the strings in the backdoor are compressed and encoded in Base64, or their hashes are used instead.

ah so base64 is valid encryption after all.

1 comments

It says encoded, not encrypted. base64 is an encoding. It also says obfuscation, which isn't encryption either.

And finally, it talks about hashes (without even claiming cryptographic hash functions), and but it's not about the base64 strings...