Total Text Convertor is a straightforward tool that converts input text to another text format. Paste the text to the input box and select convertor option from left size nav bar.
Base64: Transfering of data bytes might risk data loss. Because of different types of older or new hardware, the software has its logic to handle data strings. Base64 is a mechanism to represent data byte string in ASCII characters format. ASCII format contain 64 characters (A-Z,a-z,0-9,+,/). Base64 encoding is a way to convert character string into printable ASCII characters.
CSS/JS minify: Minify is a process where remove characters from source code which is not necessary for interpreted languages. Converted minified code is not readable by humans but by computers. Minified makes the file size smaller and source code execute fast.
MD5 Hash: Message-Digest algorithm 5 is a cryptographic hash function that converts any input size of the text string to a fixed size of hash code. md5 hash code is used for checksum like whether a downloaded file is correct or not.
AES: Advanced Encryption Standard is a symmetric encryption algorithm. It is fast and almost impossible to break with current technologies (billion years to crack).