I have a string that I\'m encoding into base64 to conserve space. Is it a big deal if I remove the equal sign at the end? Would this significantly decrease entropy? What can I d
I don't think so. https://en.wikipedia.org/wiki/Base64#Output_padding
These equals are "useful".