sir,
i have compiled this program in VC++.
#include
#include
#include
int main(void)
{
char plaintext[12] = "Hello World?";
char ciphertext[12];
char mykey[16] = "this's my secret";
RC4_KEY rc4_key;
RC4_set_key(&rc4_key, 16, mykey); /* the key is 128 bits or 16 bytes
l
from p.ponnusamy,
i like to develop the paper titled "comparison studies
between pre-shared and public key exchange in transport layer
security". i need some guidance for it. which platform would be better
for this ? which language i can choose c,c++,java or j2me ?
--
by
Ponnusamy.P
__