Archive for the 'Cryptography' Category

Ultra High Security Password Generator

Tuesday, August 23rd, 2011

CryptoThe linked page generates highly random passwords and delivers them in a secure manner. It’s probably a bit of overkill, but it’s better to trust Steve Gibson, a well-known and reliable source, than some unknown password generator you find via a Google search.

Thanks to Josh for this link.

Link: https://www.grc.com/…

An Encryption System That’s Safe From Quantum Computing

Saturday, October 9th, 2010

CryptoAs regular Chad’s News readers already know, the current public-key encryption scheme will be useless once we build quantum computers with enough qubits. So scientists have been searching for an encryption method that’s less susceptible to quantum computing algorithms. Turns out that one such scheme was developed in 1978 by CalTech mathematician Robert McEliece. It’s safe from all currently-known quantum computing attacks. McEliece’s system is a bit unwieldy—the keys are very large—but expect to hear more about it unless a better quantum-safe method is found.

Link: http://www.technologyreview.com/…
(via Slashdot)

Processing Encrypted Data Without Decrypting It

Tuesday, July 13th, 2010

CryptoI have no idea how this is possible, and the math is beyond me, but an IBM employee named Craig Gentry has found a way to add and multiply encrypted data without first decrypting it. It’s called “fully homomorphic encryption.”

Link: http://www.technologyreview.com/…
(via Slashdot)

DNA Encryption

Monday, March 23rd, 2009

CryptoDNA can be used to make a one-way process suitable for encryption. I don’t completely understand the details, but the concept is interesting. I’m also thinking that DNA cryptography might be easier to implement than quantum cryptography.

Link: http://it.slashdot.org/…

Cryptography: What Would Really Happen

Wednesday, February 18th, 2009

CryptoSo you think your encrypted data is safe? Here’s what would really happen.

Link: http://xkcd.com/…

The End Of Public Key Encryption Is On The Horizon

Monday, September 24th, 2007

CryptoIt has been known for some time that the advent of quantum computers will completely destroy our existing public key encryption system, which depends on the difficulty of factoring a very large number. The appropriate quantum factoring algorithm already exists—we simply need to develop a functioning quantum computer on which to run it. Two research groups have moved the technology forward by creating very small proof-of-concept quantum computers that perform a modified version of the factoring algorithm. Their quantum computers are not scalable but do demonstrate that some of the core technology is working.

For those interested, the technical writeups are available here and here.

The main lesson from this is that you cannot encrypt data with today’s technology and expect it to be safe for more than a few decades at most (who knows—it could be years instead of decades). Also, I wonder if cryptologists are looking for something other than factoring to replace the one-way algorithm essential to public key encryption.

Link #1: http://it.slashdot.org/…

Link #2: http://arstechnica.com/…

The Beginning Of The End For 1024-bit Encryption

Saturday, May 26th, 2007

Computer SecurityResearchers were recently able to factor a specially formed (but hard to factor) 1039-bit number in a mere 11 months. It shouldn’t be too long before those 1024-bit encryption keys can be broken in a realistic amount of time. My key is 4096 bits, which was specifically discouraged by the key generation software because it was considered to be massive overkill. Maybe it pays to be paranoid. Of course quantum computers, if they ever become a reality, will make existing encryption methods obsolete.

Link: http://actualites.epfl.ch/…
(via Slashdot)