Base64-encoded: SGVsbG8gV29ybGQh
Base64-decoded: Hello World!
Now, we'll try to decode this invalid Base64 string (with unnecessary padding): SGVsbG8gV29ybGQh=
Couldn't decode the string
Base64-encoded: SGVsbG8gV29ybGQ=
Now, we'll try to decode this invalid Base64 string (without necessary padding): SGVsbG8gV29ybGQ
Couldn't decode the string