Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1337 Views Hex encoding is used to convert binary data into hexadecimal representation. It allows to get human-readable format of binary data. Hex decoding is opposite process. It is used to convert hexadecimal string into binary data. No.Programming language1.PHP2.Python
Count All Directories in Given Directory and Subdirectories Working with filesystem sometimes we need to count all directories in a given directory and...
Base64 Encode and Decode Base64 is an encoding and decoding scheme that is used to convert binary data to...
Write Data to XML File XML (eXtensible Markup Language) is a plain text format for representing structured data. XML is...
Leave a Comment
Cancel reply