encrypted_secrets v0.2.0 EncryptedSecrets.MasterKey View Source
Provides a method for creating and saving a random master encryption key
Link to this section Summary
Functions
Creates a random key and saves it to the specified filepath
Link to this section Functions
Link to this function
create(output_path) View Source
Creates a random key and saves it to the specified filepath
Returns {:ok, filepath} | {:error, error}