close
Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
214 views

I have a configuration file with secure strings. These strings are passwords I use for automation. Typically, I can encrypt my passwords with Read-Host -AsSecureString | ConvertFrom-SecureString A ...
Clifford Piehl's user avatar
0 votes
0 answers
116 views

I use this piece of command to unrar a bunch of files from a folder (which has a lot of subfolders). All the unpacked files do end up in the same main folder though. How do I unrar every file to it's ...
Tobias Andersson's user avatar
0 votes
0 answers
164 views

What am I missing, when using the package rarfile when simply extracting a password protected rar file? The same exception is raised, when the password is byte-encoded. Right and wrong passwords raise ...
erzwo's user avatar
  • 378
1 vote
0 answers
227 views

I want to get a list of elements (files and folders) that are into the *.rar file. I have a folder with a lot of *.rar files, each of *.rar have folders and files, I would to get a list of name of ...
Wilson Souza's user avatar
0 votes
1 answer
777 views

I have a rar file, which I want to unrar in AWS lambda using python. I learned about unrar library in python. I have created the layer for unrar in AWS. But now when I execute the code from unrar ...
Vikku's user avatar
  • 81
0 votes
2 answers
2k views

I trying to do a data frame/list/vector with a list of folders inside a zip and rar file. I have a folder with a lot of zip and rar files; Each zip and rar file has one folder and inside this folder ...
Wilson Souza's user avatar
0 votes
0 answers
1k views

I want to extract a RAR with rarfile python module: import rarfile rar_path = r'C:\...\Test.rar' rar_password = '123' # rarfile.UNRAR_TOOL = r'path to what .exe? I cant find it, is this line ...
adrian88888888's user avatar
0 votes
1 answer
342 views

I was trying to make a program to clean out some directories on my NAS and I noticed that a lot of folders contained nested rar and zip files and I have plenty of space to unpack them. The program ...
Apolloin's user avatar
0 votes
1 answer
125 views

I wrote some crude code in python for checking passwords from a dictionary file for password protected rar archive. I even added some multi-threading, runs great. Unfortunately as the script goes ...
P W's user avatar
  • 21
0 votes
1 answer
232 views

I have 2 files test.part1.rar and test.part2.rar When extracting them using command 7z x -o* test.part1.rar The output directory is a folder with test.part1 name I want the output directory to be a ...
user avatar
0 votes
1 answer
317 views

My python file is working fine import patoolib patoolib.extract_archive("test.7z") But when I use pyinstaller to make an executable on windows I got this error: Traceback (most recent ...
user avatar
-3 votes
1 answer
1k views

So I used unrar-free to unrar a file that I wanted to extract. When I gave the command in the CMD it showed me this: unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers Extracting from /...
RockZombie's user avatar
0 votes
1 answer
459 views

I am trying to unrar the dataset for my object detection model, but I couldn't unrar the compressed file in AWS's SageMaker.
Baran Gürsoy's user avatar
0 votes
1 answer
929 views

I'm trying to install unrar with conda, with no luck. I installed other packages with no issues before. Here's the commands I used: user: conda activate username user: conda install unrar Which led ...
D. Joe's user avatar
  • 81
0 votes
1 answer
951 views

There is rar file with password-protected that I need to extract, but the password to extract is in a text file inside that rar file. How can I extract it without using brute-force method because the ...
Noob's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
8