Skip to content

feat(Crypto): add ULID support #8213

Description

@Cyberistic

What is the problem this feature would solve?

Add readonly randomULID to interface Crypto

ULIDs are better than UUIDs in some cases. (shorter, lex-sortable, no hyphens, etc)
ULIDs are also case-insensitive, contains no confusing characters (like O/0 or I/1), and is easily double-click selectable in terminal windows or URLs (again, no hyphens!).

https://github.com/ulid/javascript

Thank you :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions