Skip to content

Create a secret generator button for our docs #2956

Open
@cprecioso

Description

@cprecioso

For future work: I'm not in love with linking to an outside "random" website for generating secrets. We can make a button here that does Array.from(crypto.getRandomValues(new Uint8Array(32)), n => n.toString(16).padStart(2,"0")).join("") and puts it on the screen.

Originally posted by @cprecioso in #2927 (comment)

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