adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.25k stars 479 forks source link

Support RAR5 decryption #372

Open adamhathcock opened 6 years ago

adamhathcock commented 6 years ago

RAR5 supported as of https://github.com/adamhathcock/sharpcompress/pull/340

no rar5 decryption though

sonwani237 commented 6 years ago

Hello everyone, I an getting encrypted data from api how to decrypt it. Encrypted Data- p1SvSCiAxupKrrZXzjXQk48EeA7F1jnGymvqGlmAOMOrnUVZpopohJ8WYp/DI3nUuc4wG57FQWi2 TfwS+H7VSsanfbhKGf+i6H1iQchaSi9lgjxv96JCyhM9WaF7T9UuL5efwgwslGqGG54Ctx6Ykg==

It's decryption- { "status": { "status": "500", "message": "Your request could not be served by the system. Please try again!" } }

Thanks in advance Please solve it

adamhathcock commented 6 years ago

Uh, this makes no sense. This isn’t a REST API

sonwani237 commented 6 years ago

I'm getting encrypted response from API- p1SvSCiAxupKrrZXzjXQk48EeA7F1jnGymvqGlmAOMOrnUVZpopohJ8WYp/DI3nUuc4wG57FQWi2 TfwS+H7VSsanfbhKGf+i6H1iQchaSi9lgjxv96JCyhM9WaF7T9UuL5efwgwslGqGG54Ctx6Ykg==

how to decrypt it