Generate ULID June 28, 2021 Code Snippets 0 Comments 881 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-512 Hash SHA-512 is a cryptographic hash function that accepts a string of any length and returns...
Base58 Encode and Decode Base58 is an encoding and decoding scheme that is used to convert binary data to...
Get Width and Height of Image Working with image processing we may need to get the width and height of an...
Leave a Comment
Cancel reply