evpo / EncryptPad

Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
https://evpo.net/encryptpad
Other
434 stars 64 forks source link

Smartcard Support? #63

Open drohm opened 7 years ago

drohm commented 7 years ago

Is support for smartcards planned? I keep my private key stored on my YubiKey NEO.

evpo commented 7 years ago

Not yet. The problem is that EncryptPad only supports symmetric encryption. A gpg private key cannot be used for it. I have not investigated different smartcards and what symmetric encryption support they have. It's something I am going to do in the future.

I also consider adding support for asymmetric OpenPGP encryption to EncryptPad. Then it will be easier to use smartcards.

More details on the EncryptPad key file: here

drohm commented 7 years ago

Awesome, glad to hear it's on the table down the road.

PowerPress commented 1 year ago

Asymmetric encryption with Yubikey is the holy grail!

Please tell me this will be available in next few months!

evpo commented 1 year ago

Hi, I hear ya. Sadly, I can't promise it in the next few months. This feature is not high priority too and it will take a lot of time to implement.