simple-login / app

The SimpleLogin back-end and web app

Home Page:https://simplelogin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating PGP Key Generation and Public Key Lookup in SimpleLogin

thelittlerocket opened this issue · comments

I believe that integrating PGP (Pretty Good Privacy) key pair generation and public key lookup functionality into SimpleLogin would be a valuable addition to the platform.
Currently, users have to manually manage their PGP keys, which can be cumbersome and error-prone.
By allowing SimpleLogin to generate PGP key pairs for each alias created and automatically look up public keys for incoming emails, we can streamline the process.

What I want to archive is when a alias been created it will automatically create a key pairs and when I wrote an email to a contact, simplelogin will try to lookup the public key for that contact or when a contact writing an email to that alias, it will decrypt it then encrypt with my own key before forwarding to my mailbox.

Is this doable or makes any sense?