mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 20:21:01 +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',
|
-padding => 'null',
|
||||||
-literal_key => 1,
|
-literal_key => 1,
|
||||||
-keysize => 32,
|
-keysize => 32,
|
||||||
-blocksize => 16
|
#-blocksize => 16
|
||||||
);
|
);
|
||||||
|
|
||||||
# read db header fields
|
# read db header fields
|
||||||
|
|||||||
Reference in New Issue
Block a user