Generate ULID June 28, 2021 Code Snippets 0 Comments 906 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
Find the Index of First Occurrence of a Substring in a String While working with text processing we might need to find the index of first occurrence...
Generate SHA-512/256 Hash SHA-512/256 is a truncated version of SHA-512. Algorithm is the same as SHA-512 but differs...
Calculate Adler-32 Checksum Adler-32 is a checksum calculation algorithm which is commonly used to validate data integrity. It...
Leave a Comment
Cancel reply