[EMAIL PROTECTED] wrote:
In a message dated 11/11/2005 08:50:18 GMT Standard Time,
[EMAIL PROTECTED] writes:
CRYPTOPP_DLL
Hi, thank you for the reply.
Ok, i checked and it wasnt there like you said, i done exactly what
you said adding CRYPTOPP_DLL just after class, and checked a few ot
In a message dated 11/11/2005 08:50:18 GMT Standard Time,
[EMAIL PROTECTED] writes:
CRYPTOPP_DLL
Hi, thank you for the reply.
Ok, i checked and it wasnt there like you said, i done exactly what you
said adding CRYPTOPP_DLL just after class, and checked a few other .h files to
make sure i
[EMAIL PROTECTED] wrote:
Yes, i am using namespace crytoPP, and because of this i am able to
use all other functionality within crypto++,
I currently do the following, though anyware i have
base64encoder/decoder, i have to swap it for hexencoder/decoder for it
to work.
I do the following:
Yes, i am using namespace crytoPP, and because of this i am able to use all
other functionality within crypto++,
I currently do the following, though anyware i have base64encoder/decoder,
i have to swap it for hexencoder/decoder for it to work.
I do the following:
Generate RSA Keys
Encry
Title: Message
using namespace CryptoPP; ?
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 2:55
PMTo: cryptopp-list@eskimo.comSubject: base64Encoder
Problems
Hi list.
I have downloaded the crypto++ latest
Hi list.
I have downloaded the crypto++ latest release of 5.2.3
I am using Visual c++.Net 2003 stnd, and i have managed to fully
compile it successfuly.
also, the tests run fine fine.
I am using the crypto++ in my own apps successfuly, apart from one
problem.
ANYTIME i use Base64E