|
|
d77237aefe
|
Refactor: Secret struct and feature-gates
- Shamir and its dependencies behind a default feature
- Secret has its own struct
|
2025-04-02 18:59:33 +02:00 |
|
|
|
6eb02c8412
|
Feat (sealing): Shamir Secret Sharing scheme
|
2025-04-02 08:28:28 +02:00 |
|
|
|
5de9e1d74e
|
Fix (sealing): Simple sealing with random nonce
Rust / build (pull_request) Failing after 40s
|
2025-03-27 22:13:57 +01:00 |
|
|
|
88ed714e22
|
Feat (sealing): Simple Password sealing
Password is generated on first startup.
The password given to the user is not same as the one used to encrypt secrets
|
2025-03-27 17:13:48 +01:00 |
|
|
|
4d342e8b99
|
Feat (kv2): Support Sealing
|
2025-03-26 21:51:27 +01:00 |
|
|
|
1accd45648
|
WIP feat (sealing): Implement basic sealing functionality
Currently, the key is just stored plainly in the database
|
2025-03-26 21:49:59 +01:00 |
|
|
|
7949d64649
|
Chore: Rename DatabaseDriver to DbPool
and add a custom serde serializer `serialize_reject_none` as a utility
|
2025-03-26 21:39:07 +01:00 |
|