Author Topic: Any encryption crackers? <challenge>  (Read 13087 times)

0 Members and 1 Guest are viewing this topic.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Any encryption crackers? <challenge>
« Reply #30 on: August 24, 2004, 12:49:47 PM »
Well, I fail to see the relevant data here, except that there are no characters with a value < 32 .... which leaves the algorithm either:
A) testing for values less than 32 and applying a minimum offset
or
B) using only the character offsets 32 and  above for computational requirements

either way I am stumped for the moment
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.
Any encryption crackers? <challenge>
« Reply #31 on: August 24, 2004, 12:55:38 PM »
Quote from: Keith
... there are no characters with a value < 32 ...

That part of your statement is true and was a design requirement. :)
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: 10605
Any encryption crackers? <challenge>
« Reply #32 on: August 24, 2004, 04:44:14 PM »
Man, im beat! I dont think i can feel my toes anymore from thinking so hard!
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

JohnK

  • Administrator
  • Seagull
  • Posts: 10605
Any encryption crackers? <challenge>
« Reply #33 on: September 07, 2004, 09:34:24 AM »
I got some free time here at work friday so i assembled a little helper to help me look at the binary of the chararters MP is excrypting.

Here are two strings "converted to binary". Can anyone see a pattern? I'm stumped!
Code: [Select]
"theswamp.org"
((0 1 1 1 0 1 0 0) (0 1 1 0 1 0 0 0) (0 1 1 0 0 1 0 1) (0 1 1 1 0 0 1 1) (0 1 1 1 0 1 1 1) (0 1 1 0 0 0 0 1) (0 1 1 0 1 1 0 1) (0 1 1 1 0 0 0 0) (0 0 1 0 1 1 1 0) (0 1 1 0 1 1 1 1) (0 1 1 1 0 0 1 0) (0 1 1 0 0 1 1 1))

"uöðwceèý/|ö}"
((0 1 1 1 0 1 0 1) (1 1 1 1 0 1 1 0) (1 1 1 1 0 0 0 0) (0 1 1 1 0 1 1 1) (0 1 1 0 0 0 1 1) (0 1 1 0 0 1 0 1) (1 1 1 0 1 0 0 0) (1 1 1 1 1 1 0 1) (0 0 1 0 1 1 1 1) (0 1 1 1 1 1 0 0) (1 1 1 1 0 1 1 0) (0 1 1 1 1 1 0 1))
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org