How Can I Secure my ConnectionString in WinForm Ap开发者_高级运维plication?You can\'t. Although you can encrypt the connection string in the app.config file, the application needs to be able to decryp
I was looking for examples how to encode stuff in C using DES cypher and openssl headers and I found this one: http://www.codealias.info/technotes/des_encryption_using_openssl_a_simple_example
How can I create a new file with a file format of say .kuy.This file would be holding encrypted data. And then later I could choose tha开发者_如何学JAVAt file with extension .kuy to decrypt. So if I e
could anyone give me hint where this problem is, I am unable to encrypt log files comming from my client machine to central log, i dont understand the reason, could i get any relevent information. (i
I am coding a Drupal payment method module and within this I need to generate a hash to send to a bank. Bank asks me to code certain strings into the DES/ECB hash. They also provide test environment a
Is it generally c开发者_StackOverflow社区onsidered secure to use Windows NTLM Authentication for Sharepoint 2010 on a Windows 2008 R2 server?
I love c# for programming applications (I consider myself intermediate with c#, and a bit less with C/C++, but am only learning, nothing real yet in the arena), and I used to like it until i discovere
I have problems with decrypting strings sent from PHP to Delphi using the rijndael cipher. I\'m using mcrypt on the PHP side and DCP_rijndael on the Delphi side.
I want to be able to sign a file. By that I mean that the recipient can check that the file is indeed from me and can view its content. Is there any simple way to do that in C++?
I have a simple chat app running internally in my office using Node/Socket.io/MongoDB. Now, I would like to figure out the most effective way to encrypt the chats in the MongoDB for security/privacy