Generate ULID June 28, 2021 Code Snippets 0 Comments 920 Views ULID (Universally Unique Lexicographically Sortable Identifier) is a 128-bit identifier that consist of 48-bit timestamp and 80 random bits. ULID is encoded as a 26 character string. ULID can be used as alternative to UUID. No.Programming language1.PHP2.Python
Generate SHA-224 Hash SHA-224 is a cryptographic hash function that accepts a string of any length and returns...
Generate BLAKE2b Hash BLAKE2 is a cryptographic hash function based on BLAKE. BLAKE2b is a variant of BLAKE2...
HTML Escape and Unescape There are some special characters that are reserved for use in HTML document. It means...
Leave a Comment
Cancel reply