Open zjzdy opened 2 years ago
Not currently but we are open to accept a PR adding it.
I'm studying ways to implement it, I just realized that it's not supported :( friends who are rust experts, I found an implementation using libarchive in python, I'll try to implement it, but I'll leave it here in case something wants to implement.
https://github.com/Changaco/python-libarchive-c/pull/109
edit1: i checked and did some tests and the implementation seems very simple, I will open a PR and soon I will add it here
Thank you, @hivexdev. Please know that I am open to review and help with anything you need. Just let me know how I can be of assistance.
@hivexdev news on your side?
@otavio Sorry for the delay, I managed to implement it, but I ended up a little frustrated after I saw that libarchive does not support extracting encrypted files '.rar' format, I ended up leaving it aside, but anyway I opened the PR just by modifying the Iterator. I have another PR here that implements it in everything (I mean in the other extract functions besides ArchiveIterator), but it got a lot of changes and I didn't do the unit tests either, because of that I'm opening a PR just with the implementation in ArchiveITerator.
I want to uncompress archive with password. Is there a way to do it or is there any plan to do it?