Ascii85 (Base85) Encode and Decode July 2, 2021 Code Snippets 0 Comments 1156 Views Ascii85, also called Base85, is an encoding and decoding scheme that is used to convert binary data to an printable ASCII text format, and vice versa. Ascii85 (Base85) uses 85 characters to encode binary data. No.Programming language1.PHP2.Python
HTML Escape and Unescape There are some special characters that are reserved for use in HTML document. It means...
Generate Argon2i Password Hash Argon2 is a cryptographic hash function that commonly used for password hashing. Argon2d, Argon2i and...
Count All Directories in Given Directory and Subdirectories Working with file system sometimes we need to count all directories in a given directory...
Leave a Comment
Cancel reply