Code Monkey home page Code Monkey logo

Comments (2)

delcypher avatar delcypher commented on July 17, 2024

@G4ME

I have a folder with multiple rar archieves split into parts. When I try to extract them with ./unrarall -s path/to/files I get the error "Corrupt file or wrong password". So I checked /home/user/.unrar_passwords for the correct password. This file is per line right?

Yes it's one password per line.

Here is the output I get when running the command. Please note that when I run unrar e xxx.part01.rar it works(same password, same archieve)

> Anyone got an idea?

I'm not sure what is wrong here but a few things worth noting is that

  • using 7z to do extraction fails if both the header and contents are password protected (if just the contents are password protected it seems to work fine).
  • unrarall will try each password one by one so you will see fail extraction attempts for each password that is wrong. So if you have multiple passwords in the password file you will see all the failed attempts.

If you change the shebang in the script from

#!/bin/bash

to

#!/bin/bash -x

you will see all the commands executed by the script. This might help you debug what is happening.

from unrarall.

arfoll avatar arfoll commented on July 17, 2024

Closing as no more info

from unrarall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.