Author Topic: Program Idea  (Read 9819 times)

0 Members and 1 Guest are viewing this topic.

Ron Heigh

  • Guest
Program Idea
« Reply #15 on: July 09, 2004, 05:43:48 PM »
Can comments be viewed in a compiled LISP routine, like they can in VB?
I though removing all the comments in CPP and VB compiles helps defeat crackers.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Program Idea
« Reply #16 on: July 09, 2004, 06:02:03 PM »
Quote from: Ron Heigh
Can comments be viewed in a compiled LISP routine, like they can in VB?

not that I know of. could be wrong though.
TheSwamp.org  (serving the CAD community since 2003)

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Program Idea
« Reply #17 on: July 09, 2004, 06:06:40 PM »
Quote from: Ron Heigh
Can comments be viewed in a compiled LISP routine, like they can in VB?
I though removing all the comments in CPP and VB compiles helps defeat crackers.

Most compilers ignore comments, i.e. they don't make it to the binaries. Encrypting all strings used in a program is a technique often employed to thwart hackers / snoopers.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Program Idea
« Reply #18 on: July 09, 2004, 08:14:30 PM »
Quote from: Ron Heigh
Can comments be viewed in a compiled LISP routine, like they can in VB?
I though removing all the comments in CPP and VB compiles helps defeat crackers.


Yeah, MP's right The compiler is told to ignore all lines that begin with a perdetermined symbol -i.e. ( ";" "/" " ' " "#"...)

The VLX hacker ive tried let me get the strings out of the program. ...But it was real crappy.

As far as that "Real coders" comment ....BAWAHAHAHA, Yeah, I can tell your a real good programer.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Ron Heigh

  • Guest
Program Idea
« Reply #19 on: July 09, 2004, 08:41:55 PM »
no i'm not.
I'm a pretend coder.
I steal your stuff and pass it off as my own.

SPDCad

  • Bull Frog
  • Posts: 453
Program Idea
« Reply #20 on: July 09, 2004, 10:29:08 PM »
I once wrote a lisp that would encrypt and decrypt lisp code.  Worked great  but I know longer have a need for it.  Sorry,  but an copy of the code is unavailable, its has been lost on one of my many 5-1/4" backup disks and who has one of those drives in their computer anymore.  :(
   If you really want security in your job, only distribute and allow access to the compiled lisps. It takes a real code genius to decompile computer language.  Working with assembly is a B!@#h. Keep your original source code in area only you have access too and lock it in a password protected zip/rar file.
AutoCAD 2010, w/ OpenDCL

visit: http://reachme.at/spd_designs

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Program Idea
« Reply #21 on: July 10, 2004, 01:09:55 AM »
I use comments in my code for several reasons. like; previous versions, Notes, testers, Rants, Ideas, answers, etc. The comment is important for so many reasons and if you cant see that then you should just quit writing it cause you will never be any GOOD! Plain as that! I dont care if your Bjorne S... comments are necesary.

If you think that No comments, or garbage variable names, etc  in your code will ensure you job security then you need to get a frickin' clue!  ...No, wait I got an idea! Do good work! Hows that for an idea?
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

JohnK

  • Administrator
  • Seagull
  • Posts: 10626
Program Idea
« Reply #22 on: July 10, 2004, 01:11:59 AM »
OBTW, If your looking for simple encrypters then go get one. There are several very good free ones out there.

My Rants are just that; Rants!
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Serge J. Gianolla

  • Guest
Program Idea
« Reply #23 on: July 10, 2004, 01:15:57 AM »
The idea is not even applicable considering that for many years now block commenting is available:
Quote
;| blah
blah blah blah
Blah blaH |;

How would it behave?

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Program Idea
« Reply #24 on: July 10, 2004, 01:20:30 AM »
Serge, in that case there would be many a line of code that would simply fail to work because the second line after block quoting would be treated as a line of code and as such would likely crash the program miserably...
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Anonymous

  • Guest
Program Idea
« Reply #25 on: July 10, 2004, 01:36:44 AM »
Was a rethorical question to Guest! How's things Keith, no summer holidays?

Serge J. Gianolla

  • Guest
Program Idea
« Reply #26 on: July 10, 2004, 01:38:20 AM »
Oops Keith, was on a good run with login up to then!

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Program Idea
« Reply #27 on: July 10, 2004, 07:07:23 AM »
I am off to perform some menial services this morning
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Program Idea
« Reply #28 on: July 10, 2004, 10:07:42 AM »
Quote from: Keith
I am off to perform some menial services this morning

Does Father Keith perform evening services as well?
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Program Idea
« Reply #29 on: July 11, 2004, 03:41:21 PM »
I worked until 9:30 pm last night and I was back on the job at 6:30 am this morning... but now I am off for a bit and am going to see a movie....
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie