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.
plain textconst password = await peanut.getRandomString(16)