export function randomIdNonSecure() { return Math.random().toString(36).substring(2, 8) }