twsouthwick / KeePassWin

A UWP implementation of a KeePass client
GNU General Public License v3.0
39 stars 5 forks source link

Windows IoT Core with Raspberry Pi - hardware password vault #54

Open RyanONeill1970 opened 7 years ago

RyanONeill1970 commented 7 years ago

My ideal setup would be the following, in your opinion is this feasible? I'm not sure if KP has a server / client split which would be the major component required. I'm keen and able to contribute if this is a direction you'd consider taking.

Server

Clients

The reason I'd like to do this is to get the passwords off my PC and only accessible when I physically press a button (the YubiKey). This will hopefully prevent an app getting in and trying to mine the password safe or a key logger grabbing my master password and doing the same.

Your thoughts?

Ryan

twsouthwick commented 7 years ago

Definitely an interesting idea. I've thought something like this would be cool, but haven't taken the time to see how to implement it. Most of the components in here are decoupled (DI is heavily utilized), so if you can isolate a service or collection of services that could be used to form a server/client distinction, I'd be willing to accept a feature like that.