Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - willrandship

Pages: 1 ... 191 192 [193] 194 195 ... 208
2881
TI Z80 / Re: Spider (in Axe)
« on: July 21, 2010, 04:30:52 pm »
At first I thought it was just another pipe game...nice, but I've seen before. Then, I saw you changing the pipes while the spider was moving. Awesome! Did builderboy's do that too, or did you add it in the port?

2882
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 21, 2010, 04:25:29 pm »
Yeah, graphmastur, I see what you mean now. Subtracting by 10 with several computers actually isn't a bad idea, although according to this pdf, incrementing by 6 would be more efficient. More primes, less non-primes.

http://www.dozenalsociety.org.uk/pdfs/primeforms.pdf

With enough optimizations and enough pcs, perhaps this would be possible. you never know!

Server-wise, not much has to be done.....send numbers to computers, receive negatives for a set length, and send again. If a positive response is found, it immediately sends the factors to every computer doing the program, spreading the key before ti has a chance to squelch it.

Do you think TI could change the keys with an OS update? Scary thought.


2883
Miscellaneous / Re: Where Did Your Name Come From?
« on: July 16, 2010, 12:07:19 am »
Well, my name has a dark and mysterious past......well, ok, not really :P

When I was 6, I signed up for a yahoo account. I saw this textbox that said username and i thought "hmm, my name doesn't fit! It's probably broken..." so I shortened it to the allowable amount.

The hilarious thing is that the only times I ever have problems with it is when I have already signed up for the site. If I need a new account, I make it willrandship1.

@tsukasaZX I always thought your name referred to the zx spectrum  ::)

Edit: broken Smiley. Why doesn't XD do anything??????? WHY???????

2884
Other Calculators / Re: Can anyone try this out for me?
« on: July 15, 2010, 11:54:30 pm »
True....I'd forgotten that. Curse TI.


2885
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 15, 2010, 10:51:07 pm »
Don't forget, we don't really need to check all the possible numbers from 2 to the public key. The only truly likely ones will be in a certain bit range, and that is a much smaller amount than totally brute-forcing the entire number.

2.1? TI started the war by not adding an asm( command in future OS releases, or integrating ndless. 2.1 is just going a little farther.

2886
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 15, 2010, 10:40:50 pm »
I wonder how long it would take the program to finish this, factoring the entire possible range, doing just 3.

I found this site, and prime numbers ending with 3 are as common as 1 or 9. That means it's as likely to be 3 as any other number.

http://korn19.ch/coding/primes/ending.php

2887
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 15, 2010, 08:15:43 pm »
I had an idea for simplifying the key decryption that doesn't involve algorithms.

Right now, it decrements by 2 every time. That makes the ending numbers look like this
9
7
5
3
1
9
7

5 will never be the last number in a factor. what if, instead of subtracting by 2, we had 4 computers (or more, obviously) subtracting by 10? The program is no more complicated than before, it should run just as fast. Therefore, we should get a 1/5 decrease in time.

Yeah, it's farfetched, but it's worth it if it works, right?

I'll check out tribal's C program. It should be a bit more readable than the perl script for me, and it works faster anyways.

Edit: Tribals already only checks primes. Never mind....my optimization only works for the perl script :P

2888
Hey, calc84maniac, when you say you can't figure out how to write to the nspire's link port, what do you mean? is it a problem with the addressing, or is it more complex? Hackspire has the memory location of the 84 link port listed.

2889
TI Z80 / Re: Lemonade Tycoon FAIL.
« on: July 15, 2010, 06:49:47 pm »
I think it's funny that you went on and won $2000 and a laptop with a dead project. Good job!

2890
Other Calculators / Can anyone try this out for me?
« on: July 15, 2010, 06:41:48 pm »
I had a really cool idea for getting the CAS os on the old blue nspire. However, it requires a few things that I'm not sure of. For it to work, the new CAS nspire's pad (which is removable now) must fit into the regular nspire. My idea was, use the blue clickpad to uninstall the nspire os, insert the CAS pad, then install the CAS os 2.0, since hopefully the nspire will see the CAS pad and assume you have a CAS, instead of an original nspire.

Anyone happen to have both of these? I'm quite curious myself, but I don't have a cas touchpad.

2891
News / Re: Nspire 2.1 out, don't install it!
« on: July 15, 2010, 06:36:33 pm »
no, the original cas has no swappable pads. Sorry!

The second gen cas does i think, but it's not compatible with the 84 either, just with itself.

2892
News / Re: Nspire 2.1 out, don't install it!
« on: July 15, 2010, 05:56:07 pm »
It'll work, but only if you buy a clickpad from ti. The touchpad doesn't work, but a touchpad calc with a clickpad will. Luckily, TI recently reduced their price for keypads to $10. They used to be $40

2893
News / Re: 2010 ACT-SO National Gold Medalist in Computer Science
« on: July 14, 2010, 01:35:51 pm »
Nice! I never got a good look at lemonade tycoon. It looks like fun. What was your concept, or was it just "game on a calculator"? Enjoy that $2000! Considering that amount of cash, it's probably a pretty decent laptop. If it was a really cheap one, they probably would've either just had the laptop, or just the cash.

2894
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 11, 2010, 11:36:34 pm »
Hence why I said it doesn't apply to the nspire. Too bad though. That emulator idea sounded cool!

I still like the idea of replacing the public key, by using an arm asm program. It might be possible, I'm not sure. Plus, you invalidate the Standard OS in the process. Who cares about that one, anyways, as long as we get a z80 emu? :P It's only good for math anyways. I'd love to see an 89-style GUI on it, personally.

2895
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 10, 2010, 05:56:32 pm »
One team actually did crack a 1024-bit key, but it wasn't through a factoring method. It was by starving the cpu of electricity, giving out tiny parts of the factor along with a bunch of other stuff. It took 11 months, and isn't applicable to the nspire, because of how it's factored.

Check out the article here
http://www.engadget.com/2010/03/09/1024-bit-rsa-encryption-cracked-by-carefully-starving-cpu-of-ele/

Pages: 1 ... 191 192 [193] 194 195 ... 208