You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to bring this topic back up because no one has been able to solve it as far as I know.
I read the data from XHTML in Bookwalker Windows where there is a Salted_ header.
That is a file header for AES 256 CBC Encryption that uses openssl and a password to open the Salted.
After the first 8 bytes then so on is the key for AES 256 and IV but even if we get it we still can't open it because we still need to open Salted with a password.
I don't know here what kind of password is used like abc123#.
You can refute my research above with your comments.
The text was updated successfully, but these errors were encountered:
I wanted to bring this topic back up because no one has been able to solve it as far as I know.
I read the data from XHTML in Bookwalker Windows where there is a Salted_ header.
That is a file header for AES 256 CBC Encryption that uses openssl and a password to open the Salted.
After the first 8 bytes then so on is the key for AES 256 and IV but even if we get it we still can't open it because we still need to open Salted with a password.
I don't know here what kind of password is used like abc123#.
You can refute my research above with your comments.
The text was updated successfully, but these errors were encountered: