vihsa vihsa <[email protected]> wrote:
> i would like to create an encrypted key using a single email id & use the key 
> for all encrypted emails ( i mean various email ids ).

,----
| $ gpg --gen-key
| GnuPG needs to construct a user ID to identify your key.
|
| Real name: Ivan Ivanov
| Email address: [email protected]
| You selected this USER-ID:
|     "Ivan Ivanov <[email protected]>"
|
| Change (N)ame, (E)mail, or (O)kay/(Q)uit? o
| gpg: key 0D04350C28BFBA38 marked as ultimately trusted
| public and secret key created and signed.
|
| pub   rsa3072 2019-03-25 [SC] [expires: 2021-03-24]
|       20F69AE0F81A160A53E326650D04350C28BFBA38
|       20F69AE0F81A160A53E326650D04350C28BFBA38
| uid                      Ivan Ivanov <[email protected]>
| sub   rsa3072 2019-03-25 [E] [expires: 2021-03-24]
|
| $ gpg --edit-key ivan
| Secret key is available.
|
| sec  rsa3072/0D04350C28BFBA38
|      created: 2019-03-25  expires: 2021-03-24  usage: SC
|      trust: ultimate      validity: ultimate
| ssb  rsa3072/866CF474942FFF57
|      created: 2019-03-25  expires: 2021-03-24  usage: E
| [ultimate] (1). Ivan Ivanov <[email protected]>
|
| gpg> adduid
| Real name: Ivan Ivanov
| Email address: [email protected]
| Comment:
| You selected this USER-ID:
|     "Ivan Ivanov <[email protected]>"
|
| Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
|
| sec  rsa3072/0D04350C28BFBA38
|      created: 2019-03-25  expires: 2021-03-24  usage: SC
|      trust: ultimate      validity: ultimate
| ssb  rsa3072/866CF474942FFF57
|      created: 2019-03-25  expires: 2021-03-24  usage: E
| [ultimate] (1)  Ivan Ivanov <[email protected]>
| [ unknown] (2). Ivan Ivanov <[email protected]>
|
| gpg> uid 2
|
| sec  rsa3072/0D04350C28BFBA38
|      created: 2019-03-25  expires: 2021-03-24  usage: SC
|      trust: ultimate      validity: ultimate
| ssb  rsa3072/866CF474942FFF57
|      created: 2019-03-25  expires: 2021-03-24  usage: E
| [ultimate] (1)  Ivan Ivanov <[email protected]>
| [ unknown] (2)* Ivan Ivanov <[email protected]>
|
| gpg> trust
| sec  rsa3072/0D04350C28BFBA38
|      created: 2019-03-25  expires: 2021-03-24  usage: SC
|      trust: ultimate      validity: ultimate
| ssb  rsa3072/866CF474942FFF57
|      created: 2019-03-25  expires: 2021-03-24  usage: E
| [ultimate] (1)  Ivan Ivanov <[email protected]>
| [ unknown] (2)* Ivan Ivanov <[email protected]>
|
| Please decide how far you trust this user to correctly verify other users' 
keys
| (by looking at passports, checking fingerprints from different sources, etc.)
|
|   1 = I don't know or won't say
|   2 = I do NOT trust
|   3 = I trust marginally
|   4 = I trust fully
|   5 = I trust ultimately
|   m = back to the main menu
|
| Your decision? 5
| Do you really want to set this key to ultimate trust? (y/N) y
|
| sec  rsa3072/0D04350C28BFBA38
|      created: 2019-03-25  expires: 2021-03-24  usage: SC
|      trust: ultimate      validity: ultimate
| ssb  rsa3072/866CF474942FFF57
|      created: 2019-03-25  expires: 2021-03-24  usage: E
| [ultimate] (1)  Ivan Ivanov <[email protected]>
| [ unknown] (2)* Ivan Ivanov <[email protected]>
|
| gpg> save
`----

> is this the best way for all encryption emails ?

Maybe.

-- 
You received this message because you are subscribed to the Google Groups "K-9 
Mail" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to