¡@

Home 

c++ Programming Glossary: encrypted

Intercept windows open file

http://stackoverflow.com/questions/1109564/intercept-windows-open-file

file in a transparent way to the user. In this context the encrypted file would be on the disk and when the user open it with double..

C++ AES Encryption Class

http://stackoverflow.com/questions/12151178/c-aes-encryption-class

.... string encrypt string data takes plain text returns encrypted text string decrypt string data takes encrypted text returns.. returns encrypted text string decrypt string data takes encrypted text returns plain text I have already seen this implementation..

Saving passwords inside an application

http://stackoverflow.com/questions/1484440/saving-passwords-inside-an-application

in some variables is OK. It might be wise to store them encrypted at least store the password encrypted so that it is not visible.. wise to store them encrypted at least store the password encrypted so that it is not visible in core dumps or the equivalent. When.. contain the encryption key and encryption algorithm and encrypted data is more random than the average contents of your program..

CreateProcess from memory buffer

http://stackoverflow.com/questions/305203/createprocess-from-memory-buffer

I'm thinking of distributing the real game EXE inside an encrypted datafile so what gets wrapped the external EXE just decrypts..

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

you #import Security Security.h . Returns an NSData of the encrypted text or nil if encryption was unsuccessful. Takes the X.509..

How do I import an RSA Public Key from .NET into OpenSSL

http://stackoverflow.com/questions/497428/how-do-i-import-an-rsa-public-key-from-net-into-openssl

that result to disk. Finally the .NET app will read the encrypted data and decrypt it with the private key. What is the best way..

C/C++: How to do AES decryption using OpenSSL

http://stackoverflow.com/questions/5132939/c-c-how-to-do-aes-decryption-using-openssl

session and send it along with an RSA or El Gamal or DH encrypted session key or generate it identically on both endpoints or..

C++ sockets library for cross-platform

http://stackoverflow.com/questions/678367/c-sockets-library-for-cross-platform

later on to send some sensitive documents which will be encrypted with RSA. What do you suggest and yes it must be cross platform...

HTTPS request with Boost.Asio and OpenSSL

http://stackoverflow.com/questions/7046370/https-request-with-boost-asio-and-openssl

them showed a number of differences usually even with an encrypted connection you can use a powerful packet sniffer like Wireshark..

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

improve this question It does. Hibernation file is not encrypted for example. And if you don't securely clear the memory you..

How to hide strings in a exe or a dll?

http://stackoverflow.com/questions/926172/how-to-hide-strings-in-a-exe-or-a-dll

in .Net 2.0 . The purpose being to keep the strings encrypted while the app is running. A fourth idea is to not store the..