Base64algoritmilla
Base64algoritmilla, often referred to simply as Base64, is a binary-to-text encoding scheme. It is designed to represent binary data in an ASCII string format. This is useful when binary data needs to be transmitted over media that are designed to handle only text. The algorithm works by taking groups of 3 bytes (24 bits) of input data and converting them into 4 Base64 characters (each representing 6 bits).
The Base64 alphabet consists of 64 characters: the uppercase letters A-Z, the lowercase letters a-z, the digits
Base64 encoding is not a form of encryption, as it is easily reversible. It is primarily used