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

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #30 on: February 27, 2011, 07:35:09 pm »
Sounds good, Qwerty.55.  Once
9000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
is taken, the next one will be
1100000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
and so on.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #31 on: February 27, 2011, 07:37:48 pm »
I just transferred this to my more powerful computer, overclocked the cpu, turned all fans to high, disabled all background apps, and hoped my power bill won't be too high.  :P

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)

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #32 on: February 27, 2011, 07:38:34 pm »
Sounds good :P if you really want to, this program only sets its priority to High, you can manually set it to realtime from the task manager ;)

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #33 on: February 27, 2011, 07:40:50 pm »
Sounds good :P if you really want to, this program only sets its priority to High, you can manually set it to realtime from the task manager ;)
I will do that. And what if we made this a competition to see who can test the most keys in a month?

Edit: number of posts in a year, 365  ;D
« Last Edit: February 27, 2011, 07:41:24 pm by z80man »

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)

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #34 on: February 27, 2011, 07:44:23 pm »
Awesome :) I have a head start, I guess, seeing as I'm currently at 1,227.  Higher starting numbers will be at a disadvantage, because it takes longer to find prime numbers when you get that high, and it only tests psuedoprime numbers.
« Last Edit: February 27, 2011, 07:45:31 pm by SirCmpwn »

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #35 on: February 27, 2011, 07:47:05 pm »
ok, running this now, don't know how far I will go without comp overheating

C#++ :P

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #36 on: February 27, 2011, 07:47:35 pm »
qazz42, are you going to pick a range?

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #37 on: February 27, 2011, 07:51:24 pm »
well I am unsure of what the range should be..

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #38 on: February 27, 2011, 07:52:10 pm »
Then you have this:
8000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000

When the program prompts you for a starting number, enter it all on one line.

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #39 on: February 27, 2011, 07:52:39 pm »
I just tried something new. For me I have a quad core proc. What I did was make four folders each containing the program and persist.data. For the first persist it was 60... the second 64... the third 68... and the fourth 6C...
Now I use the entire CPU potential instead of 25%

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)

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #40 on: February 27, 2011, 07:54:16 pm »
Great idea!  If you have tons of power to go around, you can use it like this.  But it won't help to use more programs than you have cores, by the way.

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 #41 on: February 27, 2011, 08:04:01 pm »
Can anyone pick up my range? I'll be unable to work with it due to other issues.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: TI-Nspire Key Brute Forcer
« Reply #42 on: February 27, 2011, 08:22:52 pm »
7000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
you mean?
i'll take it =D

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #43 on: February 27, 2011, 08:23:29 pm »
It's yours :) thanks.

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 #44 on: February 27, 2011, 09:23:40 pm »
still getting mscorelib and runtime problems after updating :(