Adventures In PRIME NUMBER Land !!! ... (A Dummies Guide to Prime Numbers), page 3
Pages: <<  1    2    3    4    5    6  >>
ATS Members have flagged this thread 108 times


reply posted on 20-9-2009 @ 11:25 PM by Mortimer452
Wow, you've really discovered something here!

You're partially right on the reason why large primes are so valuable for data encryption methods. Factorization of two multiplied primes is very difficult indeed -- but also, the fact that a prime is divisible only by one and itself is of great value to prevent partial brute force hacks.

Depending on the encryption method (I'll use the old LanMan or LM hash as an example) to conserve space the key may actually be stored (or can be hacked) in chunks that are factors of the original key length.

In the LM hash (used to encrypt passwords in every Windows OS prior to Vista) your 14-character password is actually stored in two 7-character chunks. So, you really only need to hack two 7-character passwords rather than one 14-character password.

It sounds like the same amount of work (hacking hacking two 7-char strings rather than one 14-char string) but it's really a *LOT* less work. To show this, I'll give some examples of how many permutations exist for each 7-char chunk of the password, versus a single 14-char password.

To make this simple I'm going to use every lowercase letter of the alphabet as a possible character in a password. Yes I realize you can also use numbers or symbols (which is a good practice by the way) but for simplicity's sake we're going to stick with lowercase letters.

So, if your password can be at most 14 characters long, and you have 26 available options for each character (one for each letter in the alphabet) the number of unique possible combinations are:

26! 26! 26x24x23x22x21x20x19x18x17x16x15x14x13x12x11...x1
26_P_14 = ------- = ---- = -------------------------------------------------------------------
(26 - 14)! 12! 12x11...x1

Basically, you subtract the length of the string (14) from the number of available characters (26) giving you 12. Next, you take the factorial of the number of available characters (26) down to 12. Factorials are easy. The factorial of 26 = 26 x 25 x 24 x 23 x 22 x 21.... etc. all the way down to 1. So, we take the factorial of 26 down to 12:

26 x 25 x 24 x 23 x 22 x 21 x 20 x 19 x 18 x 17 x 16 x 15 x 14 x 13 x 12 = 10,103,301,395,066,880,000

That makes for roughly 10 QUINTILLION possible combinations for a password 14 characters long. Now let's do the same for a 7-character password, which means we take the factorial down to 19:

26 x 25 x 24 x 23 x 22 x 21 x 20 x 19 = 62,990,928,000

As you can see, this is a SIGNIFICANTLY smaller number of possible combinations. Over 100 million times as small. In the world of brute-force hacking this is a tremendous advantage. For those of you unfamiliar with the term, "brute force" hacking means basically trying every available combination of characters until you happen to get it right. If I know your username, I just "brute force" the server or website you logon to, trying every available combination of letters until I happen to get it right.

Let's say my computer is super dooper fast and can brute-force 1,000,000 passwords per second. Using the figures above, for a 7-character password, it would take about 62,990 seconds -- or about 17 hours.

Using the same computer, to brute-force a 14-character password would take 10,103,301,395,066 seconds, or roughly 320,000 years, give or take a few. Obviously, hacking two 7-char passwords would be a better choice.


reply posted on 21-9-2009 @ 12:20 AM by tauristercus
Originally posted by Mortimer452
(Continued from first post)

I'm surprised no one has mentioned any possible implications here . . .

Based on your diagram and formulas, this could potentially greatly reduce the amount of time required for de-factorization of multiplied primes used in encryption technologies. The elusive "n" would certainly make it REALLY easy but even without, the fact that you can quickly reduce your number of possible combinations down to those on the prime rays is of great value.

Your formula could quickly determine whether an exhaustive test would be necessary on any candidate number in the defactorization process.


I'm really pleased you picked up on the possibility that there may be a way to greatly reduce the number of primes needed to be checked for factorization. I actually did mention something along those lines that squaring the product of the two original primes essentially immediately eliminates EVERY prime on the other 7 rays (rays 2 thru 8) requiring only to search along that single Ray1.
Also, a further bit of assistance is that an upper limit (a ceiling, so to speak) on primes needed to be searched along Ray1 would be provided by the squared value of the product of the two primes used. Only primes less than this value would need to be evaluated.

And if we could come up with some way of "plugging" the required value into n, well, many encryption schemes based on primes would take a beating !


reply posted on 21-9-2009 @ 01:04 AM by tauristercus
Originally posted by sylintcc08
Your work on this has me amazed. I recently started coming to ATS to read the topics on the front page that interested me but yours is the first that has actually gotten me to finally create an account and post.

I sat here for the past hour trying to find an equation that would satisfy n. Obviously an hour is nowhere near enough time to figure it out because you have probably been working on it wayyyy longer than that. But I cant help but feel that there is a relationship between n and the star numbers. I spent most of that hour trying to find a relationship between n and star numbers working from the bottom up with your example with 11 * 127.

Your work really has my attention even though I am not the greatest at math!


This sort of response (yours) makes the effort I put into creating this thread well worthwhile as I have to admit I was initially concerned that because there was no "inbuilt conspiracy" or "imminent catastrophy in the making", that few people would be interested in my ramblings ... but what a surprise to find this level of interest !

Also, I was hoping to get other points of view that might have a substantial impact on what I've been showing and perhaps others might "see" things that I've missed ... this Star Number idea that MickC, Mortimer and yourself have mentioned, being an obvious example !

And yes, the quest for the elusive n replacement method is definitely still under way


reply posted on 21-9-2009 @ 01:36 AM by Agree2Disagree
Reply to post by tauristercus


I am glad to see there are still those with an unwavering dedication. I wish you the best of luck with your adventures in primes, and life in general. I fear I can do very little assistance-wise for lack of mathematical prowess. I suppose it's satisfying enough to have atleast partaken in this knowledge.

Thank you again! Thanks as well to all those mathematically inclined that help in this process. Maybe someday my grandchildren will learn about primes through your methods.

A2D



Posted Via ATS Mobile: m.abovetopsecret.com




reply posted on 21-9-2009 @ 01:51 AM by tauristercus
reply to post by Deaf Alien




So rest assured, your diagram is correct.


Deaf Alien, thanks for providing that additional confirmatory proof ... hopefully it satisfies any potential doubters regarding the validity of the claim that primes will ONLY be found on rays 1 thru 8.


reply posted on 21-9-2009 @ 02:21 AM by Deaf Alien
reply to post by tauristercus



Another interesting find

I was analyzing your claim that every prime number squared will always lay on Ray #1. Upon brief analysis, it appear that you are correct. I haven't complete the analysis.

For all prime numbers in ray #1 (actually any number laying there):

(24n + 1)^2 = 24^2 * n^2 + 2 * 24*n + 1 = 24*(24*n^2 + 2*n) + 1

Which is 24*k + 1 which proves that it lays on ray #1

For all prime numbers in ray #5:

(24n + 5)^2 = 24^2 * n^2 + 2 * 5 * 24 * n + 25 = 24^2 * n^2 + 2 * 5 * 24 * n + 24 + 1 = 24(24*n^2 + 10n + 1) + 1

Which is 24*k + 1 again.

I have not worked out the rest yet. I'm getting tired LOL.


reply posted on 21-9-2009 @ 02:25 AM by PrisonerOfSociety
Outstanding thread

Have you heard of
cymatics?

Look at the following pics and see how the observed nodes of resonance match your rays, albeit with a factor divisible by 3, 6, 12, 24!

First one with six observable nodes:


Second with twelve observable nodes:


And finally, a video showing how sound generates nodal patterns and i suspect when the note reaches some division of your formula (regarding rays and primes squared), then the sand sets in a pattern, where the peaks and troughs force the sand into place.



And the pièce de résistance, is how i vehemently believe that by resonating magnetism at certain frequencies, it will be possible to create a UFO or anti-gravity machine as it resonates with the ethereal 'galactic current' of electro-magnetism that permeates the Multiverse.

It seems prime numbers and the Golden Ratio are both ubiquitous in nature and tantalisingly close in our scientific understanding to be able to harness ZPE, if indeed the g'ments haven't already known about this technology and suppressed the knowledge.

Here's a basic picture i drew, of a device i'd love to build with neodymium magnets spinning on the outside of a core of mercury plasma toroid


Pages: <<  1    2    3    4    5    6  >>    ^^TOP^^