Archive

Archive for the ‘General’ Category

An attack on RSA

March 17th, 2009

A simple concept on cracking RSA

The security of RSA is based on a math problem. For 2 huge(1000 bits) prime numbers p and q. We have n = p * q. Agreement on that: knowing n, calculating p and q is impossible right now.

But if p and q are close together (close means |p-q| < 1,000,000,000), the we’ve got a change

n = p*q = (p+q / 2)^2 – (p-q / 2)^2

Denotes T = √(p+q / 2)^2 and S = √(p-q/ 2)^2

if p and q are close

then S is close to 0

and T is close to √n

now start look at the following numbers

⌈√n⌉,⌈√n⌉+1,⌈√n⌉+2,⌈√n⌉+3,…

stop when we find a n that make t^2 – n is a perfect square number

and we’ve got the value of p and q.

Fun

Flickr

January 23rd, 2009

This is a test post from flickr, a fancy photo sharing thing.

General

DreamMX Weblogs RELOADED!

November 30th, 2008

Hi, guys.

A few years ago, I’ve got an idea for a team weblog which could be help us each other to enhance our skill on English, Technologies, etc.

But… For some reason, I dropped it, then forgot…

Now, I’ve met many friends who are the same paranoid in Computer & Science, Internet, Games, Music, Comics, etc.

The time is coming. So I decide to implement this plan from now on. LOL.

For a good starting, write down your idea in this article please. :)

General

Hello world!

November 27th, 2008

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

TESTING BELOW:

General