Author Topic: WinCryptString  (Read 1228 times)

0 Members and 1 Guest are viewing this topic.

Offline EdrickV

  • Valued
  • 29
    • http://members.aol.com/HunterComputers
If anyone cares, I've made a Win32 GUI version of the CryptString program. CryptString is the only thing so far I've been able to compile, because it's not MFC and should compile under just about anything, so I decided (for the heck of it) to take the encryption function and make a BCB1 program using it. Pretty pointless unless you want to make cheat codes. :D
Ground - "Let me help you out, you're clear to taxi any way you can, to any runway you see."

Mesh Gallery/Downloads:
http://members.aol.com/ArisKalzar/Gallery.html
Turreting 101:
http://members.aol.com/EdrickV/FS2/Turreting.html

http://members.aol.com/HunterComputers

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
What is the purpose of that program in relation to FS2? Just something extra Dave decided to add in? ;)

I was able to get the whole thing to compile though (using VC++ 6 with all service packs) and it ran fine, except for the cutscene and PXO components for obvious reasons. ;)

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
I need to figure out how to get my MSVC6 to work as profesonal eddition, it's got this crappy nag bit at the start of every program it compiles
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline EdrickV

  • Valued
  • 29
    • http://members.aol.com/HunterComputers
Quote
What is the purpose of that program in relation to FS2? Just something extra Dave decided to add in?


In the source code the cheat codes are stored in an encrypted form. CryptString took 1 or more plain text cheat codes and encrypted them. WinCryptString provides two edit boxes (one read only) and a button. You type a string into the one edit box, hit the button (or press return) and the encrypted form appears in the second box.

www.freespace2.com = 33BE^(8]C01(:=BHt

Quote
I need to figure out how to get my MSVC6 to work as profesonal eddition, it's got this crappy nag bit at the start of every program it compiles


If the box and CD for your copy of VC++ don't say Professional then I don't think you'll be able to get it to work as the pro edition. (At least legally.) They're seperate programs and the pro edition is more expensive.
Ground - "Let me help you out, you're clear to taxi any way you can, to any runway you see."

Mesh Gallery/Downloads:
http://members.aol.com/ArisKalzar/Gallery.html
Turreting 101:
http://members.aol.com/EdrickV/FS2/Turreting.html

http://members.aol.com/HunterComputers