Skip to content

UUID implementation should use window.crypto #340

Closed
@tgr

Description

@tgr

The UUID implementation uses Math.random() to generate random bytes. There are reports that on some browsers this function has poor entropy and UUIDs might conflict even with a relatively small log volume. On browsers which support window.crypto, that should be used instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions