mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-17 04:31:00 +01:00
fix #9
This commit is contained in:
@@ -153,7 +153,7 @@ sub stretchpw {
|
||||
$sha->add( ( $stretched) );
|
||||
$stretched = $sha->digest();
|
||||
}
|
||||
$passwd = $this->random(64);
|
||||
$passwd = 0 x 64;
|
||||
return $stretched;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user