f = fopen("output.txt","wt");
fwrite(fdata,1,length,f);
fclose(f);
return 0;
}
Name:
Anonymous2009-04-30 1:13
>>6
Dude, the point about one-time pads is that the key is never used twice, so even if you used a known-plaintext-ciphertext attack, it would only get you an old key, never to be used again.