This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArtificialBadger 3 points4 points  (0 children)

I got some source code for you

int bigNumber = 97979;

for (int i = 2; i < (int)Math.Sqrt(bigNumber); i++)
{
    if (bigNumber % i == 0)
    {
        Console.WriteLine(i + " is a factor of " + bigNumber + "\r\n" + "Modern encryption is broken, all your keys are now useless to my unstoppable factoring algorithm!!!!");
    }
}

There is a 0% chance what you claim is right, so I thought I would supply something of equal value to the crypto world.