Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1555 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 Given Number of Random Bytes While working with cryptography, we may need to generate a given number of random bytes...
Get Last N Characters of String While working with text processing we might need to get last N characters of a...
Generate Random Integer in Range Random integer is a number produced by a generator, whose result is unpredictable and does...
Leave a Comment
Cancel reply