

sweet! I sent you the invite.
Currently, SSH key management is not supported, but it would probably be possible to implement the SSH agent protocol in the Rust part of the application. I see that russh has a SSH agent server implementation. Let me know if you are interested in contributing such a feature - I am currently working on exposing all the custom entry fields in the UI, so the project would almost be ready.
What I am doing is to create a
omnikee-lib
crate within the project that will get compiled to WASM, not just plainkeepass
, because I need additional adapter methods to interface with the web part of the application. I don’t have the bandwidth to turnkeepass
into a general WASM package that could benpm install
ed at the moment. As I am dogfooding the crate, I might get to a point where I know what a good JS interface for it would be, though, and theomnikee-lib
crate could become the official WASM interface forkeepass
.