From 3e664ccaad6b74e85a63e1a6166dd49d12b9be84 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Tue, 16 Aug 2022 19:44:58 -0600 Subject: [PATCH] Release File-KDBX 0.906 * Fixed bug where dumping a fresh database could write wrong-sized encryption IV, making the resulting serialization unreadable by some KeePass implementations. Thanks HIGHTOWE. * Fixed bugs preventing the use of memory protection with fresh databases. Thanks HIGHTOWE. * Fixed the transform_rounds method to work with Argon KDF; this now maps to the Argon iterations value if the current KDF is Argon. Thanks HIGHTOWE. --- Changes | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index d56cd28..c8a60ac 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for File-KDBX. {{$NEXT}} + +0.906 2022-08-16 19:44:09-0600 * Fixed bug where dumping a fresh database could write wrong-sized encryption IV, making the resulting serialization unreadable by some KeePass implementations. Thanks HIGHTOWE. * Fixed bugs preventing the use of memory protection with fresh databases. Thanks HIGHTOWE. diff --git a/README.md b/README.md index cbc2f3e..6261811 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ File::KDBX - Encrypted database to store secret text and files # VERSION -version 0.905 +version 0.906 # SYNOPSIS @@ -122,7 +122,7 @@ Bytes contained within the encrypted layer of a KDBX file. This is only set when ## comment -A text string associated with the database. Often unset. +A text string associated with the database stored unencrypted in the file header. Often unset. ## cipher\_id @@ -153,7 +153,7 @@ The transform seed _should_ be changed each time the database is saved to file. ## transform\_rounds The number of rounds or iterations used in the key derivation function. Increasing this number makes loading -and saving the database slower by design in order to make dictionary and brute force attacks more costly. +and saving the database slower in order to make dictionary and brute force attacks more costly. ## encryption\_iv -- 2.43.0