crypto++
where can i find source code for libcrypto++?
I am using libcrypto++ for aes encryption. I would like to add in my code th开发者_运维知识库e methods: EVP_CipherInit_ex(), EVP_CipherUpdate(), EVP_CipherFinal_ex(). Where can I find this source code[详细]
2023-04-04 06:44 分类:问答Crypto++ Code::blocks Undefined reference problem
I\'m trying to create a C++ program using Crypto++ (with C开发者_如何学Pythonode::Blocks), but keep getting stuck with the same problem. I\'m using a cut-down version of this code : http://andreyvitde[详细]
2023-03-27 17:49 分类:问答What difference does key length make when signing a file?
I\'ve never taken any classes on encryption or security and I\'m trying to teach myself some basics, so forgive me if this is a silly question (don\'t worry, I\'m not working on anything sensitive)[详细]
2023-03-23 17:04 分类:问答C2440 'initialising': Cannot convert int to unsigned char* in Microsoft VS 2010 utility file
When I compile my VS 2010 C++ project the following passage raises an error in file c:\\program files\\microsoft visual studio10.0\\vc\\include\\utility[详细]
2023-03-23 05:47 分类:问答How do I install Crypto++ in Visual Studio 2010?
I downloaded http://w开发者_如何转开发ww.cryptopp.com/#download 5.6.1 and have no clue that to do at this point. I am a total noob and need good instructions. thanks.Directly from the readme (Which ca[详细]
2023-03-18 16:41 分类:问答How to decrypt PKCS8 DER encrypted private key using the password, in crypto++
I\'m trying to sign a message using a private key that is encrypted, I of course have the password to it, so I\'m trying to decrypt the key so I can the use it to sign.[详细]
2023-03-09 22:25 分类:问答Decryption Memory Issue
I\'ve recently been making a server which uses AES256 to encrypt/decrypt data, it took awhile to get it to send correctly. However now I\'m having an issue I believe is down to memory, if I send the w[详细]
2023-03-04 18:35 分类:问答Base64Decode: How to get the data
This seems like it would be an easy question, but crypto++ seems to be designed in a funky, \"as obtuse as possible\" sorta way, so I\'m wondering...[详细]
2023-03-04 07:02 分类:问答Generating a SHA256 hash with Crypto++, using a string as input and output?
I need an example of how to use Crypto++ to generate a SHA256 hash from a std::string and output a std::string. I can\'t seem to figure it out. Everything I\'ve tried gives me invalid output.[详细]
2023-03-03 23:47 分类:问答How can I build the 64-bit version of the Crypto++ dll?
I\'m currently working on implementing the crypto++ libs into a c# app. It\'s all working fine in 32 bit.[详细]
2023-02-04 01:31 分类:问答