Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1189 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
Convert Celsius to Fahrenheit Celsius and Fahrenheit are two scales for temperature measurement. Sometimes we might need to perform...
Generate SHA-512/224 Hash SHA-512/224 is a truncated version of SHA-512. Algorithm is the same as SHA-512 but differs...
Load Environment Variables From .env File Sensitive configuration parameters should never be stored in the code. Recommended to store configuration parameters...
Leave a Comment
Cancel reply