Author Topic: Fas and VLX program protectors ver 1.05e  (Read 8695 times)

0 Members and 2 Guests are viewing this topic.

ribarm

  • Gator
  • Posts: 3279
  • Marko Ribar, architect
Re: Fas and VLX program protectors ver 1.05e
« Reply #15 on: February 26, 2020, 01:10:38 PM »
You can provide an fas file and I'll decompile it for you
here's the link https://1drv.ms/u/s!AqFURo8VgNilgQfymQwmAFprqvFA
(DEFUN TEST ()
  (REPEAT (FIX PI)
    (AND (NOT (TERPRI)))
    (APPLY '+ (MAPCAR '* (LIST 1 2 3 4) (LIST 4 3 2 1)))
    (ALERT "OK")
  )
)

OK, you convinced us that you can do it... Now the challenge for you :
You need to check any of posted *.vlx files from here :
http://www.theswamp.org/index.php?topic=53008.msg579668#msg579668

The goal is that you hack it and tell us what the password is... VLX files are programmed to solve attempt of scaling non uniformly sel. set of 3DSOLID entites via AutoLISP... Although this was just good attempt, this solution can be accomplished well by using other software like Rhino and ACAD and by scripting for Rhino-CAD... Just a warning : VLX files are very well masked, and without plenty of skills it's very hard to achieve requested goal... I can give you a hint : password is only numerical...

If you can do it, I take my heat down to you...
Regards, M.R.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

VovKa

  • Water Moccasin
  • Posts: 1632
  • Ukraine
Re: Fas and VLX program protectors ver 1.05e
« Reply #16 on: February 26, 2020, 02:30:34 PM »
(DEFUN TEST ()
  (REPEAT (FIX PI)
    (AND (NOT (TERPRI)))
    (APPLY '+ (MAPCAR '* (LIST 1 2 3 4) (LIST 4 3 2 1)))
    (ALERT "OK")
  )
)
the code is not 100% correct
my (test) shows only one alert box, yours shows three
but it is VERY VERY close
really great tool

i will post my source tomorrow when i get to the office

baitang36

  • Bull Frog
  • Posts: 213
Re: Fas and VLX program protectors ver 1.05e
« Reply #17 on: February 27, 2020, 07:39:44 PM »


OK, you convinced us that you can do it... Now the challenge for you :
You need to check any of posted *.vlx files from here :
http://www.theswamp.org/index.php?topic=53008.msg579668#msg579668

The goal is that you hack it and tell us what the password is... VLX files are programmed to solve attempt of scaling non uniformly sel. set of 3DSOLID entites via AutoLISP... Although this was just good attempt, this solution can be accomplished well by using other software like Rhino and ACAD and by scripting for Rhino-CAD... Just a warning : VLX files are very well masked, and without plenty of skills it's very hard to achieve requested goal... I can give you a hint : password is only numerical...

If you can do it, I take my heat down to you...
Regards, M.R.

Who is the author of this program? This encryption is very clever indeed, but any encryption exists to be cracked.

baitang36

  • Bull Frog
  • Posts: 213
Re: Fas and VLX program protectors ver 1.05e
« Reply #18 on: February 27, 2020, 08:09:52 PM »
http://www.theswamp.org/index.php?topic=53008.msg579668#msg579668

The author of this program is indeed a genius. IQ should be above 140, right?
It took me four hours to crack the code. STR=120497*
Can this encryption algorithm be exposed?
Maybe you don't want people to know,
Let's write the last digit as a star

« Last Edit: February 27, 2020, 08:26:11 PM by baitang36 »

baitang36

  • Bull Frog
  • Posts: 213
Re: Fas and VLX program protectors ver 1.05e
« Reply #19 on: February 27, 2020, 08:41:16 PM »

If you can do it, I take my heat down to you...
Regards, M.R.
Frighten me to jump, I saw it " I take my heart down to you"
heat?or heart?

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: Fas and VLX program protectors ver 1.05e
« Reply #20 on: February 27, 2020, 09:15:18 PM »
If you can do it, I take my heat down to you...
Regards, M.R.
Frighten me to jump, I saw it " I take my heart down to you"
heat?or heart?

I believe the word is: "HAT". "I take my hat off to you" is a compliment to you. The meaning of the phrase is: to praise, salute, or congratulate.

:)
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

baitang36

  • Bull Frog
  • Posts: 213
Re: Fas and VLX program protectors ver 1.05e
« Reply #21 on: February 27, 2020, 09:47:24 PM »

I believe the word is: "HAT". "I take my hat off to you" is a compliment to you. The meaning of the phrase is: to praise, salute, or congratulate.

:)
oh,thank u

baitang36

  • Bull Frog
  • Posts: 213
Re: Fas and VLX program protectors ver 1.05e
« Reply #22 on: February 28, 2020, 12:01:29 AM »
What does 'ALTERNATIVE ROUTINE'  mean?