So, I unpacked(1) the tarball and followed the INSTALL.MacOS
instructions, and failed to build libCrypto. The error messages list a number
of files upon which that lib depends that are altogether absent from my source
tree. I therefore ask: can anyone confirm these files (those listed in th
Hi,
I have implemented a simple TCP client and server processes such that..server
generates the RSA keys and send the public modulus and public exponent to the
client. The client process uses these values to encrypt a user entered string
and sends it back to server. The server then decrypts the st
Hi
The encrypted string length depends on the keysize(for
generating RSA Keys) and the RSA encryption scheme
used . This limits the length of the string that can
be successfuly encrypted and decrypted. So just chk
the length of input String.
Hope this helps
Sowmya
--- [EMAIL PROTECTED] wrote:
> Hi,