pub fn generate_passphrase() -> Protected<String>Expand description
This function is used for autogenerating a passphrase, from a wordlist
It consists of 3 words, from the EFF wordlist, and 6 random digits appended to the end
Each word, and the block of digits, are separated with -
This provides adequate protection, while also remaining somewhat memorable.