-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to unRAR version 5.5 file #503
Comments
Going to need more detail. Don’t believe they’ve changed the format again but I could be wrong. |
The following code is used to decompress the compressed file of RAR 5.5, and an exception "file crc mismatch" is thrown string path = @"C:\Users\Administrator\Desktop\1\1\2222.rar"; |
RAR5 decryption isn't currently implemented |
okay, thank you |
Likewise, getting error on unrar / decryption,
|
So we think there's a 5.5 specification change? That exception is because the RAR 5 CRC isn't implemented properly. |
No description provided.
The text was updated successfully, but these errors were encountered: