Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1557 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
Get Screen Size of Each Monitor Working with graphics we might need to get the screen size (width and height). Learn...
Generate SHA-1 Hash SHA-1 is a cryptographic hash function that accepts a string of any length and returns...
Base64URL Encode and Decode Base64URL is an encoding and decoding scheme that is similar to Base64. Base64 uses some...
Leave a Comment
Cancel reply