Log in

View Full Version : Compile this Under Dos


peterg70
April 18th, 2003, 05:14
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
April 18th, 2003, 06:06
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
April 23rd, 2003, 22:52
Anyone gotten this to compile under windows or DOS.

A nice GUI would also be nice. ;-)

Peterg70

peterg70
May 3rd, 2003, 08:27
Anyone able to help??

beej
May 3rd, 2003, 15:02
If it works or not I really don't know, but it compiles and has an option for your salt :-)

Iwarez
May 3rd, 2003, 17:41
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