grahamking / kip

Command line script to keep usernames/passwords in gnupg encrypted text files.
GNU General Public License v3.0
23 stars 6 forks source link

[Work In Progress] HTTPS server #11

Closed grahamking closed 9 years ago

grahamking commented 12 years ago

Adds a --serve=my.example.com command line switch, which:

  1. Generates a self-signed SSL certificate
  2. Starts an HTTPS server on my.example.com:4443, allowing remote access to your kip files.

Re #7

STILL TO DO: Hide password to prevent shoulder surfing. Put it in offscreen text field, and select content with JS. User just has to press Ctrl-C and paste to target site's password box.