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

ass

Name: Anonymous 2007-07-28 1:14 ID:R3HKTfFQ

hgydtfuyultv;ihcrgtgnyhfkhnijhybvtfces0akdhufvnsxzdhfcssm,dmfdm,&T

Name: Anonymous 2007-07-29 15:24 ID:ioTL1/xP

>>16
Here, it's possible to decrypt it with this:

#include <assert.h>
#include <stdio.h>

int main(int argc, char *argv[])
{
    assert(argc == 3);
    int key = atoi(argv[1]);
    FILE *f = fopen(argv[2], "r");
    assert(f);
    int c;
    while ((c = fgetc(f)) != EOF)
        printf("%c", c + key);
    fclose(f);
    return 0;
}


If you know the key, that is.

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