dav/pwd.h

changeset 653
f503c272bd70
parent 489
fb69eae42ef0
child 654
8f2b8f2a5cde
equal deleted inserted replaced
652:5162c1334c43 653:f503c272bd70
51 * version = 1 byte 51 * version = 1 byte
52 * enc = 1 byte 52 * enc = 1 byte
53 * pwfunc = 1 byte 53 * pwfunc = 1 byte
54 * salt = 16 bytes 54 * salt = 16 bytes
55 * indexlen = uint32 55 * indexlen = uint32
56 * index = { length id locations zero } 56 * index = { itype length id locations zero }
57 * enc_content = iv bytes
58 * iv = 16 bytes
57 * content = { entry } 59 * content = { entry }
58 * entry = length id length username length password 60 * entry = itype length id length username length password
59 * length = uint32 61 * length = uint32
60 * zero = 4 zero bytes 62 * zero = 4 zero bytes
63 * itype = 1 byte
61 * id = string 64 * id = string
62 * locations = { length string } 65 * locations = { length string }
63 * username = string 66 * username = string
64 * password = string 67 * password = string
65 * 68 *

mercurial