PDA

View Full Version : Compile this Under Dos


peterg70
04-18-2003, 06:14 AM
Can someone help out and compile this code under dos and possible create a simple GUI with the filenameIN filenameOUT and salt key as a start.

I don't have access to a machine to compile it under windows XP.

http://www-2.cs.cmu.edu/~dst/Adobe/Gallery/fileSaveAs.c

Squidge : can you have a look (you seem to pump out these proggies reasonably quick)

Catch YA

Peterg

squidge
04-18-2003, 07:06 AM
I've had a look at it, and seems it requires SSL and Crypto support, which are external libraries, so will not compile under dos. It would compile quite happily under Linux however, as these libraries are normally installed by default.

I'll see if I can find win32 versions of these libraries.

peterg70
04-23-2003, 11:52 PM
Anyone gotten this to compile under windows or DOS.

A nice GUI would also be nice. ;-)

Peterg70

peterg70
05-03-2003, 09:27 AM
Anyone able to help??

beej
05-03-2003, 04:02 PM
If it works or not I really don't know, but it compiles and has an option for your salt :-)

Iwarez
05-03-2003, 06:41 PM
Looking into the source the only thing it does is saveing an encrypted pdf as an unencrypted and if that's the only thing you want to do then why do you want this code? There are better decrypters around the net. Just curious