Creates a new private key.
string The private key.
protected function create() { return Crypt::randomBytesBase64(55); }