(wip) password manager
- Rust 100%
|
All checks were successful
Cargo Build & Test / paws latest build and test (push) Successful in 48s
Laying the groundwork for the standard daemon password manager implementation. I opted for a unix socket and the postcard format to keep it simple. Messages are hard limited to 4 KiB because I don't want to mess around with proper limits and timeouts yet. Design wise the ipc module of libpaws is inspired heavily by Dbus' secret service API spec. I might implement that in paws-daemon at some future point, but right now I don't want to have a hard dependency on dbus. |
||
|---|---|---|
| .forgejo/workflows | ||
| libpaws | ||
| paws | ||
| paws-daemon | ||
| paws-store | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Paws
(WIP) password manager.
Crates
libpaws- library for code shared between the other cratespaws-store- CLI utility used for manual operations on the store, does not require the daemonpaws-daemon- daemon implementationpaws- client for the daemon