Files
sshecret/packages/sshecret-backend
Allan Eising d86d9a9256 Adapt admin api to use new key format
Filter out deleted an previous version in count

Remove todo comment

Allow explicit ID specification

Update tests
2025-06-09 08:57:59 +02:00
..
2025-06-08 17:43:34 +02:00
2025-04-30 08:23:31 +02:00
2025-05-04 09:20:11 +02:00
2025-04-16 15:08:51 +02:00

Backend

This is the backend part of the SSHecret library.

The principle here is that it stores encrypted secrets that can be long to clients.

It does not store much data about the clients, and purely manages access to encrypted values based on the SSH RSA fingerprint and an optional list of allowed IP addresses.

While there is a model for the client, it is purely meant for aggregation and utility.