Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

unbreaable encryption

Name: Anonymous 2009-04-29 20:57


#include <stdio.h>

int main(int argc, char **argv)
{
    FILE *f = fopen(argv[1],"rt")
    fseek(f,0,SEEK_END);
    int length = ftell(f);
    fseek(f,0,SEEK_CUR);
   
    char fdata[length];
    fread(f,1,length,ftell);
    fclose(f);

    f = fopen("output.txt","wt");
    fwrite(fdata,1,length,f);
    fclose(f);

    return 0;
}

Name: Anonymous 2009-04-30 20:27

>>19
Another amazing straw man, it's almost like you made him without using a single straw. Would you like to extend your argument to actually being relevant? If so, please state it explicitly, something along the lines of "The key used to encypt the original bits of this message is such that they now exhibit perfect secrecy." That way, I need not worry whether you are a troll or not.

Name: Anonymous 2009-04-30 20:27

>>38
And did he, or are WBTC?

Name: Anonymous 2009-04-30 20:37

>>42
Hasn't read his Cryptonomicon today.

Name: Anonymous 2009-04-30 22:02

>>41
YHBT.

Name: Anonymous 2009-04-30 22:53

>>42
Alan Turing was a little bit lavender in real life, if you didn't know.

Name: Anonymous 2009-04-30 23:10

>>45
He was not lavender, he was outright fabulous.

Name: Anonymous 2009-04-30 23:20

>>46
If you know what I mean ;)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List