first shot at fixing #12: use rijndael compatible padding in Crypt::CBC

This commit is contained in:
Thomas von Dein
2022-02-27 13:52:45 +01:00
parent 443b2b3432
commit e33d702bf7

View File

@@ -263,7 +263,7 @@ sub read {
-padding => 'null', -padding => 'null',
-literal_key => 1, -literal_key => 1,
-keysize => 32, -keysize => 32,
-blocksize => 16 #-blocksize => 16
); );
# read db header fields # read db header fields