McAfee MEJCAE-AM-DA Product Guide - Page 26

Exchanging keys with others, Exporting (copying) your key to a file, With your secret key

Page 26 highlights

Creating and Exchanging Keys Exchanging keys with others 3 Type an answer to the corresponding question. Your answers can be up to 255 characters in length. Note: Your answers are case-sensitive. 4 Repeat steps 2 and 3 until you have 5 sets of prompts and answers. 5 Enter your passphrase. 6 Enter the name of the server on which you want to store your reconstruction data using the following format: ldap:// For example: ldap://keyserver.mycorp.com The server can also be specified in the E-Business Server configuration file. For more information, see Specifying configuration values on page 86. Your private key is split into five pieces, using Blakely-Shamir key splitting. Three of the five pieces are needed to reconstruct the key. Each piece is then encrypted with the hash, the uniquely identifying number, of one answer. If you know any 3 answers, you can successfully reconstruct the whole key. To learn how to reconstruct your key, see Reconstructing your key on page 42. Exchanging keys with others After you create your keys, you need to make them available to others so that they can send you encrypted information and verify your digital signature. You have three alternatives for distributing your public key: • Export your public key to a file. • Make your public key available through a public key server. • Include your public key in an email message. Your public key is basically composed of a block of text, so it is quite easy to make it available through a public key server, include it in an email message, or export (copy) it to a file. The recipient can then use whatever method is most convenient to add your public key to their public keyring. Exporting (copying) your key to a file To export your key to a file, which you can then freely distribute to others, use the --key-export option. ebs --key-export --output This exports the public portion of your key. For example: ebs --key-export "John Lee" --output johnkey.pgp You can then give the file "johnkey.pgp" to anyone who wants a copy of your key. If the filename does not have a .pgp extension, then EBS automatically adds it. For example: ebs --key-export "John Lee" --output johnkey.bin In this example, E-Business Server creates a file called johnkey.bin.pgp. With your secret key To export both parts of your key pair-your public and private key-add the --with-private modifier to the --key-export option. For example, you may use this option when backing up your keys to a different location. ebs --key-export --output --with-private For example: ebs --key-export "John Lee" --output johnkey.pgp --with-private The --key-export option produces a file with a single, binary key on it. E-Business Server™ 8.6 Product Guide 24

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188

E-Business Server
8.6
Product Guide
24
Creating and Exchanging Keys
Exchanging keys with others
3
Type an answer to the corresponding question. Your answers can be up to 255 characters in length.
Note:
Your answers are case-sensitive.
4
Repeat steps 2 and 3 until you have 5 sets of prompts and answers.
5
Enter your passphrase.
6
Enter the name of the server on which you want to store your reconstruction data using the following
format:
ldap://<IP address or DNS name of key server>
For example:
ldap://keyserver.mycorp.com
The server can also be specified in the E-Business Server configuration file. For more information, see
Specifying configuration values
on page 86
.
Your private key is split into five pieces, using Blakely-Shamir key splitting. Three of the five pieces are
needed to reconstruct the key. Each piece is then encrypted with the
hash
, the uniquely identifying number,
of one answer. If you know any 3 answers, you can successfully reconstruct the whole key. To learn how to
reconstruct your key, see
Reconstructing your key
on page 42
.
Exchanging keys with others
After you create your keys, you need to make them available to others so that they can send you encrypted
information and verify your digital signature. You have three alternatives for distributing your public key:
Export your public key to a file.
Make your public key available through a public key server.
Include your public key in an email message.
Your public key is basically composed of a block of text, so it is quite easy to make it available through a
public key server, include it in an email message, or export (copy) it to a file. The recipient can then use
whatever method is most convenient to add your public key to their public keyring.
Exporting (copying) your key to a file
To export your key to a file, which you can then freely distribute to others, use the
--key-export
option.
ebs --key-export <userID> --output <key_filename>
This exports the public portion of your key. For example:
ebs --key-export “John Lee” --output johnkey.pgp
You can then give the file “
johnkey.pgp
” to anyone who wants a copy of your key. If the filename does not
have a
.pgp
extension, then EBS automatically adds it. For example:
ebs --key-export “John Lee” --output johnkey.bin
In this example, E-Business Server creates a file called
johnkey.bin.pgp
.
With your secret key
To export both parts of your key pair—your public and private key—add the
--with-private
modifier to the
--key-export
option. For example, you may use this option when backing up your keys to a different location.
ebs --key-export <userID> --output <key_filename> --with-private
For example:
ebs --key-export “John Lee” --output johnkey.pgp --with-private
The
--key-export
option produces a file with a single, binary key on it.