pfn / keepasshttp

KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP
GNU General Public License v3.0
1.99k stars 275 forks source link

Test if database is unlocked #377

Open piegamesde opened 5 years ago

piegamesde commented 5 years ago

I want to test if the database is unlocked to do some tasks when it is unlocked without forcing an unlock. How about adding such a feature to the protocol? Like "RequestType": "test-unlocked" and the response is either { "Success": true } or { "Success": false }.