Get Random String

Is random actually random? Well, using this function it actually is!

When generating a password for the Link, its important that the password cannot be predicted in any way. Use this function to cryptographically generate a secure password. A string of min 16 chars is recommended.

const password = await peanut.getRandomString(16)

Last updated