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

0 Members and 1 Guest are viewing this topic.

Offline Horrowind

  • LV2 Member (Next: 40)
  • **
  • Posts: 25
  • Rating: +6/-0
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #135 on: March 01, 2011, 03:34:22 pm »
a better aproach for a longtime project would be using an existing infrastructure such as BOINC (http://boinc.berkeley.edu/) but one would need to work into the API. On the other hand it would be easier on the client side, since there is already an existing client software, which could attract more people. But well, as the chances are very small  :-\

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: TI-Nspire Key Brute Forcer
« Reply #136 on: March 01, 2011, 03:43:25 pm »
Correct, and even if BOINC is (rather) easy to set up and maintain, maybe (more evaluation is required) we don't even need to bother with this kind of generic infrastructure.
Using programs such as PRPNet/ECMNet as a starting point might do the job, given that those are already dealing with integers, they have a networking protocol between sockets on the two sides, and they launch external worker programs on the client side :)
Adaptations will be necessary, of course, because we're not dealing with ECM curves or primality tests. And the latest version of ECMNet might be a better starting point than the latest version of PRPNet, because there's not yet any dependency on a SQL server (just edit text files with a simple syntax on the client and the server - I've done this earlier today for local ECMNet testing on an integer).
« Last Edit: March 01, 2011, 04:07:48 pm by Lionel Debroux »
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

SirCmpwn

  • Guest
Re: TI-Nspire Key Brute Forcer
« Reply #137 on: March 01, 2011, 05:37:43 pm »
Just how many times do I have to say that I don't expect the brute force method to work?  I know it won't work.  But it is possible to happen, and it's better than doing nothing.

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #138 on: March 01, 2011, 05:50:04 pm »
Just how many times do I have to say that I don't expect the brute force method to work?  I know it won't work.  But it is possible to happen, and it's better than doing nothing.
^ this

what sets us apart from TI is that we at least try :D

Offline z80man

  • Casio Traitor
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 977
  • Rating: +85/-3
    • View Profile
Re: TI-Nspire Key Brute Forcer
« Reply #139 on: March 01, 2011, 08:39:29 pm »
I would personally like to apologize to Lionel Debroux for some misunderstanding between posts. I understand that you were frustrated that people were not noticing the earlier work developed by you and Tribal. Unfortunately what I have noticed before that online, the intentions of others can be hard to interpret. I fully agree with you that a C/asm version is required, but I only wanted to defend the work of other members.  I apologize that some of my posts were rude, but now I hope that we can continue to work together on this project.

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)