mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 12:11:02 +01:00
first shot at fixing #12: use rijndael compatible padding in Crypt::CBC
This commit is contained in:
@@ -263,7 +263,7 @@ sub read {
|
||||
-padding => 'null',
|
||||
-literal_key => 1,
|
||||
-keysize => 32,
|
||||
-blocksize => 16
|
||||
#-blocksize => 16
|
||||
);
|
||||
|
||||
# read db header fields
|
||||
|
||||
Reference in New Issue
Block a user