Decode base64
by circus78 from LinuxQuestions.org on (#5T4JH)
Sometimes, while using Code:base64 -d on some strings, I get error "base64: invalid input".
If I try to decode same text on https://www.base64decode.org/, it works fine.
What is the "magic" on that site?
Is the difference related to padding?
Thank you
If I try to decode same text on https://www.base64decode.org/, it works fine.
What is the "magic" on that site?
Is the difference related to padding?
Thank you