Generate ULID June 28, 2021 Code Snippets 0 Comments 1182 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
Base64URL Encode and Decode Base64URL is an encoding and decoding scheme that is similar to Base64. Base64 uses some...
Measure Execution Time of Code in Seconds Execution time of a code is amount of time spent by the system executing that...
Generate SHA-224 Hash SHA-224 is a cryptographic hash function that accepts a string of any length and returns...
Leave a Comment
Cancel reply