Module secret_file

Module secret_file 

Source
Expand description

Creation and loading of secrets from files.

Modulesยง

admin ๐Ÿ”’
Reading and writing of administrative secrets.
common ๐Ÿ”’
Common functionality for the creation and loading of secrets from files.
error ๐Ÿ”’
Error type for secret file writing and reading.
non_admin ๐Ÿ”’
Reading and writing of non-administrative secrets.

Enumsยง

AdministrativeSecretHandling
The handling of administrative secrets.
Error
An error that may occur when working with cryptographic types for Signstar.
NonAdministrativeSecretHandling
The handling of non-administrative secrets.

Functionsยง

load_passphrase_from_secrets_file
Reads a secret from a secret file location of a user and returns it as a Passphrase.
write_passphrase_to_secrets_file
Writes a Passphrase to a secret file location of a system user.