¡@

Home 

c++ Programming Glossary: encryption

RSA encryption library for C++ [closed]

http://stackoverflow.com/questions/108518/rsa-encryption-library-for-c

encryption library for C closed I am developing a Win32 application and.. a Win32 application and I would like to use an RSA encryption library. Which library would you recommend c winapi encryption.. library. Which library would you recommend c winapi encryption rsa share improve this question I use the following library..

C++ handling very large integers

http://stackoverflow.com/questions/124332/c-handling-very-large-integers

very large integers I am using the RSA Algorithm for encryption decryption and in order to decrypt the files you have to deal.. am getting a lot of compiler errors during linking such as encryption.o .text 0x187 encryption.cpp undefined reference to `BigInteger.. errors during linking such as encryption.o .text 0x187 encryption.cpp undefined reference to `BigInteger BigInteger int ' encryption.o..

Bignum libraries for windows?

http://stackoverflow.com/questions/1286578/bignum-libraries-for-windows

extremely large integers. Thanks. c c windows winapi encryption share improve this question People provide pre compiled..

How to hide a string in binary code?

http://stackoverflow.com/questions/1356896/how-to-hide-a-string-in-binary-code

executable file. For example it really make sense to hide encryption key from executable file. What I mean when I say hide Such code.. file. What I mean when I say hide Such code const char encryptionKey My strong encryption key Using the key after compilation.. I say hide Such code const char encryptionKey My strong encryption key Using the key after compilation produce executable file..

GCC: Use OpenSSL's SHA256 Functions

http://stackoverflow.com/questions/13784434/gcc-use-openssls-sha256-functions

with OpenSSL's SHA256 to become familiar with industry encryption standards but I'm having issues with getting it working. I've..

What is the best encryption library in C/C++? [closed]

http://stackoverflow.com/questions/180870/what-is-the-best-encryption-library-in-c-c

is the best encryption library in C C closed What is the best encryption library in.. best encryption library in C C closed What is the best encryption library in C C In terms of entropy quality ease of use readability.. What's your favorite and why do you like it c c encryption share improve this question We've used OpenSSL with good..

send RSA public key to iphone and use it to encrypt

http://stackoverflow.com/questions/4211484/send-rsa-public-key-to-iphone-and-use-it-to-encrypt

. Returns an NSData of the encrypted text or nil if encryption was unsuccessful. Takes the X.509 certificate as NSData from..

Thrift vs Protocol buffers

http://stackoverflow.com/questions/4293385/thrift-vs-protocol-buffers

implementation means I can't plug in my own for example encryption authentication layer on top. Windows support doesn't seem to..

Flags to enable thorough and verbose g++ warnings

http://stackoverflow.com/questions/5088460/flags-to-enable-thorough-and-verbose-g-warnings

of functions used in networking as well as a Rijndael AES encryption implementation I'm using has old style casts that it warns me..

How do I enforce an expiration date for a trial install of my software?

http://stackoverflow.com/questions/5488249/how-do-i-enforce-an-expiration-date-for-a-trial-install-of-my-software

registry diving and enforce it through custom code c# c encryption installer trial share improve this question I've discovered..

Crypto library for C++ [closed]

http://stackoverflow.com/questions/674401/crypto-library-for-c

this question Crypto has a very wide range of supported encryption techniques. It is cross platform and features RSA I'd say it's..

Does using SecureZeroMemory() really help to make the application more secure?

http://stackoverflow.com/questions/786093/does-using-securezeromemory-really-help-to-make-the-application-more-secure

designed for erasing the memory used for storing passwords encryption keys similar stuff when the buffer is no longer needed. It differs..