-
See https://gist.github.com/Neo23x0/6af876ee72b51676c82a2db8d2cd3639 as a base64 cheat sheet. The classic (base64 combines the bytes of the text and separates 6 bit (2^6 = 64) and maps each 6 bit to a character. “=” means “two byte missing”. For example, if the combined strings have 2 bit “left” (41.…), then (A==) echo Hi | base64 -d Convert hex…