Hello
I have written a program which does the following task
1)Program will break up file into packets of 1000bytes,
2)Each packets is encrypted using RSAEncryptString using a public key.
3) this encrypted packets are then multicasted over the network
This how I'm following for file encryption and multicast transmission in
LIVE.
Problem is.
If I encrypt the data of 1000bytes size, after encryption if try to know the
size of cipher text it is showing 256..I dont understand this.. can u people
tell whether this is right way of encryting the file in LIVE.
Urs