Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Public
  2. UnitedHealth Group <XeftServices@uhc.com>
  3. David Clausen <dclausen@ericksonmail.com>
  4. KnowledgeBase Marketing, Inc. <clientdata@kbm1.com>
  5.  
  6. Healthtel <dan.bandt@healthtel.net>
  7. Healthtel Internal (Internal Healthtel Key) <Kevin.krueger@healthtel.net>
  8. Healthtel <healthtel.pgp@healthtel.net>
  9.  
  10. Private
  11. Healthtel <dan.bandt@healthtel.net>
  12. Healthtel Internal (Internal Healthtel Key) <Kevin.krueger@healthtel.net>
  13. Healthtel <healthtel.pgp@healthtel.net>
  14.  
  15. dan.bandt@healthtel.net
  16. some people make news and some people make history
  17.  
  18. Kevin.krueger@healthtel.net
  19. deadmanwalking
  20.  
  21. healthtel.pgp@healthtel.net
  22. haveagreatday2day
  23.  
  24. Healthtel_Encrypt UnitedHealth Group <XeftServices@uhc.com>
  25. Healthtel_Decrypt Healthtel <dan.bandt@healthtel.net>
  26. Internal_Decrypt Healthtel Internal (Internal Healthtel Key) <Kevin.krueger@healthtel.net>
  27. Internal_Encrypt Healthtel Internal (Internal Healthtel Key) <Kevin.krueger@healthtel.net>
  28. Erickson_Encrypt David Clausen <dclausen@ericksonmail.com>
  29. iFOBT_Decrypt Healthtel <healthtel.pgp@healthtel.net>
  30. HRA_CMDP_Encrypt KnowledgeBase Marketing, Inc. <clientdata@kbm1.com>
  31.  
  32.  
  33.  
  34. $pass = ConvertTo-SecureString '123456' -AsPlainText -Force
  35. New-JKey -PublicKeyRing $publicKeyRing -SecretKeyRing $secretKeyRing -RealName "UnitedHealth Group" -KeyType PGP -Passphrase $pass -EmailAddress "XeftServices@uhc.com"
  36. $pass = ConvertTo-SecureString '123456' -AsPlainText -Force
  37. New-JKey -PublicKeyRing $publicKeyRing -SecretKeyRing $secretKeyRing -RealName "David Clausen" -KeyType PGP -Passphrase $pass -EmailAddress "dclausen@ericksonmail.com"
  38. $pass = ConvertTo-SecureString '123456' -AsPlainText -Force
  39. New-JKey -PublicKeyRing $publicKeyRing -SecretKeyRing $secretKeyRing -RealName "KnowledgeBase Marketing, Inc." -KeyType PGP -Passphrase $pass -EmailAddress "clientdata@kbm1.com"
  40. $pass = ConvertTo-SecureString 'some people make news and some people make history' -AsPlainText -Force
  41. New-JKey -PublicKeyRing $publicKeyRing -SecretKeyRing $secretKeyRing -RealName "Healthtel" -KeyType PGP -Passphrase $pass -EmailAddress "dan.bandt@healthtel.net"
  42. $pass = ConvertTo-SecureString 'deadmanwalking' -AsPlainText -Force
  43. New-JKey -PublicKeyRing $publicKeyRing -SecretKeyRing $secretKeyRing -RealName "Healthtel Internal" -KeyType PGP -Passphrase $pass -EmailAddress "Kevin.krueger@healthtel.net"
  44. $pass = ConvertTo-SecureString 'haveagreatday2day' -AsPlainText -Force
  45. New-JKey -PublicKeyRing $publicKeyRing -SecretKeyRing $secretKeyRing -RealName "Healthtel" -KeyType PGP -Passphrase $pass -EmailAddress "healthtel.pgp@healthtel.net"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement