1
votes

I have a text file myfile.txt which I encrypt using 7zip GUI Tool. So that it generates an encrypted archive myfile.7z

settings in gui

Now, my question is, how can I decrypt this file using 7za.exe command line tool and not the GUI tool. I need to add this functionality in my code to be able to decrypt files using 7zip command line exe, please tell me what is the command to decrypt this myfile.7z encrypted archive using 7zip command line tool?

1
Don't add the answer as an edit, add it as an answer! - Gareth Latty
thanks @Lattyware, i will update now - Johnydep

1 Answers

2
votes

well finally i figured it out. Using something like this would work:

enter image description here