Restoration problem – length=0
-
I am trying to restore a backup file, but the decryption code is complaining backup is corrupted with a length=0. The restoration file is over 20Mb.
I have run the code through a debugger, and it appears the length field in the file header block is 0. I’ve attached state of variables when the code is stopped on line 158 in “includes/decrypt.php”
enc_type string "AES256" f resource resource id='223' type='stream' file string "/var/www/wordpress/wp-content/plugins/wponlinebackup/tmp/decrypt/2013-01-27-WPOnlineBackup_Full.zip.enc" file_name string "2013-01-27-WPOnlineBackup_Full.zip" header array[9] [signature] string "OBFWEN" [version] integer 3 [reserved1] integer 0 [pass_auth1] integer 52 [pass_auth2] integer 10 [iv_size] integer 16 [len] integer 0 [crc] integer 0 [reserved2] integer 0 key_size integer 32 module string "rijndael-128" module_str string "MCRYPT_RIJNDAEL_128"
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Restoration problem – length=0’ is closed to new replies.