Join Slack
Powered by
Anyone have a suggestion on how to create random b...
# suitescript
d
darrenhillconsulting
07/24/2019, 9:09 PM
Anyone have a suggestion on how to create random base64 strings?
b
battk
07/24/2019, 9:11 PM
id say generate a random string, and then base64 encode it
m
mtsb
07/24/2019, 9:39 PM
an example:
btoa(Math.random().toString(36).substring(2))
is a source string of ~10 normal alphanumeric characters.
2
Views
Open in Slack
Previous
Next