Author Topic: TI-Nspire Key Brute Forcer  (Read 29946 times)

0 Members and 1 Guest are viewing this topic.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #15 on: February 27, 2011, 06:58:45 pm »
hmmm.....how about
5000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
seems to be the trend :P

How long would that take?

EDIT, i'll take 5
« Last Edit: February 27, 2011, 06:59:57 pm by willrandship »

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #16 on: February 27, 2011, 07:02:48 pm »
Any of our non-Windows friends should try making a file in the same directory as the program, and call it "persist.data"
In the file, in hex, put your number twice (on two lines).  Increase the second one by two.
That should do it.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #17 on: February 27, 2011, 07:05:10 pm »
as in

3000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000

3000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000002

right?

Ashbad

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #18 on: February 27, 2011, 07:05:21 pm »
Also, I was just wondering, when it ends the process of trying to see if the key is correct, will it say if your guess was too low or high, so it can be tentatively be narrowed down in a WRNGOS fashion?

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #19 on: February 27, 2011, 07:05:51 pm »
actually, in most cases it will be both :P

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #20 on: February 27, 2011, 07:06:17 pm »
I'll give 6000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000 a try. I hope this doesn't take half a year to run.

List of stuff I need to do before September:
1. Finish the Emulator of the Casio Prizm (in active development)
2. Finish the the SH3 asm IDE/assembler/linker program (in active development)
3. Create a partial Java virtual machine  for the Prizm (not started)
4. Create Axe for the Prizm with an Axe legacy mode (in planning phase)
5. Develop a large set of C and asm libraries for the Prizm (some progress)
6. Create an emulator of the 83+ for the Prizm (not started)
7. Create a well polished game that showcases the ability of the Casio Prizm (not started)

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #21 on: February 27, 2011, 07:07:07 pm »
I'll give 6000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000 a try. I hope this doesn't take half a year to run.

If this takes half a century to work, we will be extremely lucky!
« Last Edit: February 27, 2011, 07:07:17 pm by apcalc »


SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #22 on: February 27, 2011, 07:08:10 pm »
What willrandship said.  And it doesn't stop until it has the key, or you close it.
willrandship, like that, but remove the new lines.  So:
Code: [Select]
3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #23 on: February 27, 2011, 07:10:09 pm »
I'm still getting the error about mscorlib, and the bit about the runtime version....sigh.

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #24 on: February 27, 2011, 07:10:28 pm »
Rage.  Let me look into it.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #25 on: February 27, 2011, 07:12:13 pm »
It might be that debian's mono version is old....

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #26 on: February 27, 2011, 07:12:37 pm »
Code: [Select]
sudo apt-get update mono;)

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #27 on: February 27, 2011, 07:16:32 pm »
one sec, I'm repairing my package manager after some naughty play :P

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #28 on: February 27, 2011, 07:30:31 pm »
Quick update, it gets rid of the flickering and changes the number of tests to reflect the total lifetime of the file.
(Download)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #29 on: February 27, 2011, 07:33:47 pm »
I'll take
7000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ