This encodes and decodes everything using Base64 encoding and decoding. I got kinda bored like always. IT DIFFERENTIATES UPPERCASE NOW Ex. SGVsbG8gV29ybGQgOik=
It encodes by organizing each character into uppercase and lowercase. Then it finds the ASCII Value of each character. It then takes each character and turns it into 8-bit binary. After that, it splits the binary into 6-bit binary and pads it. Decoding is the same thing in reverse. For full explanation go to: https://en.wikipedia.org/wiki/Base64