Re: Dependency and build time

2003-07-16 Thread [EMAIL PROTECTED]
Hello, As for hex.cpp, removing it from project I got the following from the linker (VC++7.1, sorry for unformatted spam): eccrypto.obj : error LNK2019: unresolved external symbol private: static int const * __cdecl CryptoPP::HexDecoder::GetDecodingLookupArray(void) ([EMAIL PROTECTED]@CryptoPP

Use without building libraries

2003-10-14 Thread [EMAIL PROTECTED]
Hello. Browsing CVS and this list I had found some important fixes for my use of Crypto++ were made, so I pulled the latest c5 source from CVS and tried it. I usually use Crypto++ by simply adding relevant Crypto++ source files into my VC++ 7.1 project without building static lib nor dynamic lib

CryptoPP and Managed C++

2004-04-19 Thread [EMAIL PROTECTED]
,unsigned char const *,unsigned int,class CryptoPP::NameValuePairs const ) ([EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@CryptoPP@@@CryptoPP@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@CryptoPP@@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@0@@Z) already defined in test.obj test error LNK2005: void

Re: CryptoPP and Managed C++

2004-07-10 Thread [EMAIL PROTECTED]
think. Ken On Wed, 21 Apr 2004 06:48:31 +0900 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, 20 Apr 2004 10:26:19 -0400 Walton, Jeffrey [EMAIL PROTECTED] wrote: I can't speak of managed code, but I have read about some issues with the compiler. Google may prove useful. I've also

emsa2.h missing in the CVS

2005-02-07 Thread [EMAIL PROTECTED]
Hello everyone and Wei, It seems the emsa2.h file, which is included from rsa.h and pssr.h, is missing from the CVS c5 and can't be compiled. Could you upload it? Ken

Re: memcpy_s

2006-04-12 Thread [EMAIL PROTECTED]
/viewcvs.py/cryptopp/c5/?sortby=date#dirlist Can anyone browsing here examine this? -- Ken On Fri, 7 Apr 2006 21:08:24 -0700 Wei Dai [EMAIL PROTECTED] wrote: Adding these #defines in config.h is a not good idea because it would also affect code that use Crypto++. But the problem has already been

RSA 128 bits private key issue cryptopp 5.2.1 Visual C++ 6.0

2006-06-22 Thread [EMAIL PROTECTED]
Hi all, I'm using cryptopp 5.2.1 with Visual C++ 6.0. I create a RSA private key of 128 bits long, with an associate public key, I have used the exemple program to do this. I'm trying to encrypt a text of 1 characters size, and cryptopp throw an exeception saying that the text is too long for

Where did CipherTextLength go to hideout?

2006-09-14 Thread [EMAIL PROTECTED]
I have the following code I am trying to compile.  BUT I'm getting this error E:\Crypto++\Samples\Encrypt\Encrypt.cpp(20) : error C2039: 'CipherTextLength' : is not a member of 'PK_FinalTemplateclass CryptoPP::TF_EncryptorImplstruct CryptoPP::TF_CryptoSchemeOptionsclass CryptoPP::TF_ESstruct

Attempting to use random access and CFB Mode

2006-09-18 Thread [EMAIL PROTECTED]
I need to be able deal with PGP files that so that they can be read and decrypted on the fly (including partial file decryption). So I'm looking at the code trying to figure out which way to go. I notice the FileSource is using streams which under M$ are very expensive timewise (4.5 seconds

CFB_MODE(

2006-09-18 Thread [EMAIL PROTECTED]
So, here is the code: CryptoPP::CFB_ModeCryptoPP::AES::Encryption aes(key, key.size(), iv); CryptoPP::FileSource(args.GetFileArg(i).c_str(), true, new CryptoPP::StreamTransformationFilter(aes, new CryptoPP::FileSink(encryptedFile.c_str(; And the amazing thing is that when I set a

Random Access mode sample code?

2006-12-02 Thread [EMAIL PROTECTED]
Anyone have any sample code for doing random reads and writes on an AES file with CTR MODE?

Re: Establishing a Secure Connection

2007-01-09 Thread [EMAIL PROTECTED]
++ Users group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cryptopp-users?hl=en -~--~~~~--~~--~--~---

reducing size of shared library that uses crypto++

2007-03-26 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

ZlibCompressor/ZlibDecompressor usage

2007-03-26 Thread [EMAIL PROTECTED]
*(pIn, bytesRetrievable); However bytesRetrievable is always zero. Thanks for any help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More

Re: ZlibCompressor/ZlibDecompressor usage

2007-03-26 Thread [EMAIL PROTECTED]
dictionaries? I did not see any mention of custom dictionaries in the API. The zlib documentation calls this a Preset dictionary, controlled by the FDICT (Preset dictionary) flag in the zlib stream. Thanks again! On Mar 26, 4:15 pm, Wei Dai [EMAIL PROTECTED] wrote: You need to do Flush(true

Triple Des Encrption -??

2007-05-03 Thread [EMAIL PROTECTED]
because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

Include Error

2007-05-07 Thread [EMAIL PROTECTED]
application and i am getting the ERROR. can i anyone let me know how to correct the above problem ? _Siva --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED

Re: InvalidCiphertext

2007-05-12 Thread [EMAIL PROTECTED]
++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

Re: encryption of an RSA private key with a password

2007-05-27 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

why my public and private key could not be saved for ECC?

2007-06-25 Thread [EMAIL PROTECTED]
to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

Re: why my public and private key could not be saved for ECC?

2007-06-26 Thread [EMAIL PROTECTED]
0x0012f47c.. On 6月26日, 下午2时16分, Parch [EMAIL PROTECTED] wrote: Are the files looking correct on disk? I think there may be a problem with trying to use the same file as both an Encoder and a Decoder. Like writing to an outputstream, then READING from the OUTput stream (sorry for caps) On Jun

Windows CE or Windows Mobile

2007-07-23 Thread [EMAIL PROTECTED]
to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

Linking static libraries to VS2005 Managed C++ DLL

2007-07-30 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

Re: error C3641 - using Crypto++ 5.5.1 with .Net framework

2007-08-03 Thread [EMAIL PROTECTED]
++ Exceptions, mine is set to Yes (/ EHsc). Also, are you linking to the correct stdlib - check you include path settings, because you could be using the wrong header files maybe? On Aug 3, 9:10 am, jztan [EMAIL PROTECTED] wrote: actually , i just can compile it successfully with vc2005 express

Re: Link errors for Crypto++ 5.4 on Win32

2007-09-28 Thread [EMAIL PROTECTED]
that would insert the missing symbols into the import library that's being generated when I build the DLL. -Nick On Sep 28, 4:17 pm, Jeffrey Walton [EMAIL PROTECTED] wrote: Hi Nick, Maybe I need to also generate the static lib and link against that one, instead of the import lib? In the past

Re: Link errors for Crypto++ 5.4 on Win32

2007-10-01 Thread [EMAIL PROTECTED]
Thanks for the tip. I ended up using your second suggestion, i.e. generating the DLL + export lib as well as the static library built with the CRYPTOPP_IMPORTS macro, and linking my code against both. On Sep 30, 5:31 pm, Wei Dai [EMAIL PROTECTED] wrote: Non-FIPS-related algorithms such Base 64

defect in DMAC_BaseT::TruncatedFinal ???

2007-10-22 Thread [EMAIL PROTECTED]
. Can anyone confirm or deny this defect? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available

Next FIPS version

2007-11-05 Thread [EMAIL PROTECTED]
, it is great! Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

Re: Confusion about OFB_Mode?

2007-12-24 Thread [EMAIL PROTECTED]
Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

Problem with mcryp/crypto++

2008-02-10 Thread [EMAIL PROTECTED]
(); } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---

thread safety of StreamTransformation

2008-03-05 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Crypto++ Users Google Group. To unsubscribe, send an email to [EMAIL PROTECTED] More information about Crypto++ and this group is available at http://www.cryptopp.com. -~--~~~~--~~--~--~---