Commit graph

9 commits

Author SHA1 Message Date
ba1a5f728c
cargo fmt 2025-06-17 10:11:50 -07:00
ed715102c0
Docs & sqlx prep: Improved documentation and update sqlx preparation files for offline builds 2025-06-17 10:08:38 -07:00
ed2620c8b8 Feat (Sealing): Encryption of Secrets (#1)
This adds support for encrypting and decrypting secrets.
It implements the APIs required for unsealing.
The APIs are not complete or compliant.

Reviewed-on: #1
Co-authored-by: C0ffeeCode <ritters_werth@outlook.com>
Co-committed-by: C0ffeeCode <ritters_werth@outlook.com>
2025-04-03 10:08:08 +02:00
049e8374ab Switch from Pool<Any> to Pool<Sqlite> 2024-05-02 13:40:02 +02:00
be4e698d61 tada 2024-05-01 20:05:26 +02:00
3a27c7e389 Fix (storage): Avoid bug creating file for in-mem sqlite 2024-05-01 20:05:26 +02:00
8cd61cf7d3 tada 2024-05-01 16:22:52 +02:00
7c453b6808 Add database (no schemata yet, only axum state) 2024-04-28 16:57:08 +02:00
6e215a99ee REFACTOR 2024-04-28 13:54:24 +02:00