Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1473 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
Generate MD5 Hash MD5 is a cryptographic hash function that accepts a string of any length and returns...
Count All Files in Given Directory and Subdirectories Working with filesystem sometimes we need to count all files in a given directory and...
Generate XXH32 Hash XXH32 is a variant of xxHash non-cryptographic hash function that accepts a string of any...
Leave a Comment
Cancel reply