generate_key

Function generate_key 

Source
pub fn generate_key() -> String
Expand description

Generate a new key

This function generates a new key using the algorithm outlined in generate_id and then encodes it using base62 encoding, to display it as a string. This function is meant to be used when generating keys for external use like in urls.