Using base64 for secure encoding [duplicate]
Now this may seem like a stupid question, but it just occurred to me: How secure is base64 encoding compared to (plain) hashing?
Nobody can read base64 code by itself, but it still isn’t that hard to decode it:
atob("SomePasswordInBas… Continue reading Using base64 for secure encoding [duplicate]