Skip to content

Checks all of your emails stored in your contacts if they have a public key available

Notifications You must be signed in to change notification settings

olegsfinest/find-and-import-Pgp-keys-for-contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

find-and-import-Pgp-keys-for-contacts

Checks all of your email-addreses stored in vCard-exports, if they have a public key available

To do this:

  • Export all of your contacts as vCard

  • Mac OS:

    • export all of your contacts as Contacs.txt (CMD+A on contacts right click: export vCard)
    • If Contacts.app forces you to use other file-ending vcf click use both and rename file to .txt (manually or via comand line:
    mv Contacts.txt.vcf Contacts.txt 
    
  • Google Contacts:

  • Put this script in the same folder or change the path of the file in shell script

  • To run this, you have to make it executable first:

chmod +x contacts.sh
  • Execute:

./findPgpEmails.sh


* If key is found gpg will ask you how many of the keys you want to import. Mostly it's one.

About

Checks all of your emails stored in your contacts if they have a public key available

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages