crypto archives Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
pt1989
Experienced Solver
Experienced Solver
Posts: 52
Joined: Fri Dec 21, 2007 9:32 am
Location: Mumbai, India
Contact:

crypto archives

Post by pt1989 »

Hi,
I wanted to know if anybody has used the crypto library from 7Zip. Is there any documentation where this has been used? because at the moment the intricacies of encryption algorithms.

But since code is already written and in use I would like to use that. Thanks.

Is there a sample usage of the code? Has anybody here tinkered around with it?
Joke of the century
http://tinyurl.com/53r56q
priyank_bolia
wxWorld Domination!
wxWorld Domination!
Posts: 1339
Joined: Wed Aug 03, 2005 8:10 am
Location: BANGALORE, INDIA
Contact:

Post by priyank_bolia »

I think encryption is in general, is there any reason to choose 7-Zip libraries?
For general encryption you can use http://www.cryptopp.com/ or wxTripleDES from http://priyank.co.in
pt1989
Experienced Solver
Experienced Solver
Posts: 52
Joined: Fri Dec 21, 2007 9:32 am
Location: Mumbai, India
Contact:

Post by pt1989 »

yes that is true.
although the fact that different archive formats have different file structures and hence i'm lazy to not read through the specifications and write code for that.

I'm specifically looking to decrypting encrypted archives. Since different formats like ZIP RAR 7z have different ways of storing hashes and other specifications, I would like to be abstract myself from these details. Thus with any further updates to 7Zip I would be able to update my software too (which is also going to be open-source ofcourse)
Joke of the century
http://tinyurl.com/53r56q
Post Reply