mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-09-20 03:10:57 +00:00
* WIP. * WIP * WIP Edit * Key selection. * WIP * WIP * Proxy through * WIP * Remove verify. * Migration. * Comment * Add param * Semi-offering key * Ignore updates if test build. * Fix rsa public key gen * Messily fix RSA * Remove 1024 bit rsa * Cleanup * Cleanup * Clean out MLDSA refs for now * Dump notifier changes * Put back UI tweaks * Fixes.
41 lines
563 B
Markdown
41 lines
563 B
Markdown
# ``SecretKit``
|
|
|
|
SecretKit is a collection of protocols describing secrets and stores.
|
|
|
|
## Topics
|
|
|
|
### Base Protocols
|
|
|
|
- ``Secret``
|
|
- ``SecretStore``
|
|
- ``SecretStoreModifiable``
|
|
|
|
### Store List
|
|
|
|
- ``SecretStoreList``
|
|
|
|
### Type Erasers
|
|
|
|
- ``AnySecret``
|
|
- ``AnySecretStore``
|
|
- ``AnySecretStoreModifiable``
|
|
|
|
### OpenSSH
|
|
|
|
- ``OpenSSHPublicKeyWriter``
|
|
- ``OpenSSHReader``
|
|
|
|
### Signing Process
|
|
|
|
- ``SigningRequestProvenance``
|
|
|
|
### Authentication Persistence
|
|
|
|
- ``PersistedAuthenticationContext``
|
|
|
|
### Errors
|
|
|
|
- ``KeychainError``
|
|
- ``SigningError``
|
|
- ``SecurityError``
|