From e33d702bf768c5022d56fecc2ae321d5ef75aa3f Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 27 Feb 2022 13:52:45 +0100 Subject: [PATCH] first shot at fixing #12: use rijndael compatible padding in Crypt::CBC --- lib/Crypt/PWSafe3.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Crypt/PWSafe3.pm b/lib/Crypt/PWSafe3.pm index 34d7f29..cbc94cd 100644 --- a/lib/Crypt/PWSafe3.pm +++ b/lib/Crypt/PWSafe3.pm @@ -263,7 +263,7 @@ sub read { -padding => 'null', -literal_key => 1, -keysize => 32, - -blocksize => 16 + #-blocksize => 16 ); # read db header fields