dav/pwd.h

changeset 653
f503c272bd70
parent 489
fb69eae42ef0
child 654
8f2b8f2a5cde
--- a/dav/pwd.h	Sat Oct 12 08:51:31 2019 +0200
+++ b/dav/pwd.h	Sat Oct 12 09:53:32 2019 +0200
@@ -53,11 +53,14 @@
  * pwfunc = 1 byte
  * salt = 16 bytes
  * indexlen = uint32
- * index = { length id locations zero }
+ * index = { itype length id locations zero }
+ * enc_content = iv bytes
+ * iv = 16 bytes
  * content = { entry }
- * entry = length id length username length password
+ * entry = itype length id length username length password
  * length = uint32
  * zero = 4 zero bytes
+ * itype = 1 byte
  * id = string
  * locations = { length string }
  * username = string

mercurial