> We think that revoking certificates based on questionable data discredits the certification system. It's hard to dispute this imo. There are many good reasons certificates should be revoked, but the reasoning should be 100% public information, for both the vendor and users who may have trusted the original certificate. I'm building a desktop app, and the process to even get a certificate is absurd. Each CA has thei…
There's another aspect of this situation that also discredits the system: that they can just go out and get a different cert from another vendor. How many such vendors are there? How long would it take for an actual bad actor to have all their certs discovered and revoked? If that time is long, then the certification process is of even more dubious value, since the bad guys would not be materially hindered by the cer…
Information on the revocation of WinRAR 5.91 digital certificate
51–60 of 156 posts
Re: Information on the revocation of WinRAR 5.91 digital certificate
#52Earlier quoted context omitted.
Yes. People who don't know any better alternatives continue to use it, and continue to recommend it to other people. So the cycle continues. Heck, WinZip still makes new releases so I'm sure people still use that too.
I have found that some multipart rar files fail to extract properly with 7zip. Most are fine though, but I normally have the unrar-nonfree package installed for the few that don't work.
https://sourceforge.net/p/sevenzip/discussion/45797/thread/9...
Re: Information on the revocation of WinRAR 5.91 digital certificate
#53Earlier quoted context omitted.
It would be incredibly sad to see them go out of business, it's such an iconic piece of software.
> It would be incredibly sad to see them go out of business, it's such an iconic piece of software. Granted, it's also famous for (supposedly) nobody ever paying for it, which doesn't exactly lend itself to staying in business.
They could at any point have changed the software to prevent it from functioning after the trial has expired - they're not going to be so naive to think people will all pay just because of a prompt that can be easily dismissed.
Re: Information on the revocation of WinRAR 5.91 digital certificate
#54Earlier quoted context omitted.
Peazip: https://peazip.github.io/ I used to use 7zip, but switched when I discovered that Peazip doesn't extract to a temporary directory when extracting (thus, saving extra I/O work). It directly extracts into the target directory.
Is a file move that big of an IO operation?
Re: Information on the revocation of WinRAR 5.91 digital certificate
#55Re: Information on the revocation of WinRAR 5.91 digital certificate
#56Earlier quoted context omitted.
7zip
I haven’t used WinRAR in ages, but what makes 7zip (which I use as well) better?
I think that they also support more archive formats and they even have their own open format 7z.
Based on their own claims, there are also faster and more efficient than Winrar.
Re: Information on the revocation of WinRAR 5.91 digital certificate
#57Earlier quoted context omitted.
Peazip: https://peazip.github.io/ I used to use 7zip, but switched when I discovered that Peazip doesn't extract to a temporary directory when extracting (thus, saving extra I/O work). It directly extracts into the target directory.
In response to WayToDoor, some archives contain thousands of files, and it's essentially doubling the number of filesystem operations by putting them in a temp directory and then moving. If the temp directory is on a different drive from the destination, then it's recopying all the data. I thought the creation of the files in the temp directory was an unavoidable artifact of how drag-and-drop worked in Windows. If pe…
Re: Information on the revocation of WinRAR 5.91 digital certificate
#58Do people still use WinRar? :O
Re: Information on the revocation of WinRAR 5.91 digital certificate
#59I would have incremented the version number so the likes of Chocolatey would pick it up and replace the version installed with a revoked certificate as part of a regular update.