Generate ULID June 28, 2021 Code Snippets 0 Comments 957 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
Convert IP Address to Hostname A hostname is a unique identifier that is assigned to a device (host) connected to...
Generate Argon2id Password Hash Argon2 is a cryptographic hash function that commonly used for password hashing. Argon2d, Argon2i and...
Check if String Contains Substring While working with data filtering, sometimes we may need to check if a string contains...
Leave a Comment
Cancel reply