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ยง
- Administrative
Secret Handling - The handling of administrative secrets.
- Error
- An error that may occur when working with cryptographic types for Signstar.
- NonAdministrative
Secret Handling - 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
Passphraseto a secret file location of a system user.