I know what base64 encoding is and how to calculate base64 encoding in C#, however I have seen several times that when I convert a string into base64, there is an = at the end.
A few questions came up:
- Does a
base64string always end with=? - Why does an
=get appended at the end?