View | Details | Raw Unified | Return to bug 2390
Collapse All | Expand All

(-)a/PROTOCOL.key (-9 / +8 lines)
Lines 11-17 an encrypted list of matching private keys. Link Here
11
	string	ciphername
11
	string	ciphername
12
	string	kdfname
12
	string	kdfname
13
	string	kdfoptions
13
	string	kdfoptions
14
	int	number of keys N
14
	uint32	number of keys N
15
	string	publickey1
15
	string	publickey1
16
	string	publickey2
16
	string	publickey2
17
	...
17
	...
Lines 35-52 of the cipher block size. Link Here
35
35
36
	uint32	checkint
36
	uint32	checkint
37
	uint32	checkint
37
	uint32	checkint
38
	string	privatekey1
38
	byte[]	privatekey1
39
	string	comment1
39
	string	comment1
40
	string	privatekey2
40
	byte[]	privatekey2
41
	string	comment2
41
	string	comment2
42
	...
42
	...
43
	string	privatekeyN
43
	byte[]	privatekeyN
44
	string	commentN
44
	string	commentN
45
	char	1
45
	byte	1
46
	char	2
46
	byte	2
47
	char	3
47
	byte	3
48
	...
48
	...
49
	char	padlen % 255
49
	byte	padlen % 255
50
50
51
Before the key is encrypted, a random integer is assigned
51
Before the key is encrypted, a random integer is assigned
52
to both checkint fields so successful decryption can be
52
to both checkint fields so successful decryption can be
53
- 

Return to bug 2390