encryption
What mysql data type should I use for encrypted text?
Here\'s the type of text my encryption function throws out: I generated several strings and they\'re never bigger than 50 characters, but I w开发者_如何学编程ould like to give it 75 characters in my[详细]
2023-04-07 18:12 分类:问答openssl error : implicit declaration of MD5Init
First of all I am showing the code for my c file .. #include <stdlib.h> #include <sys/types.h>[详细]
2023-04-07 17:18 分类:问答Encrypting NSString with SHA1 hash
Someone asked me if I can help them out with a small project. Everything was working out perfect until I ran into an SHA-1 encryption. I have been working on it for several days but cannot figure out[详细]
2023-04-07 13:27 分类:问答Asymmetric cryptography example in C#
I need to send confidential data to a server over a TCP connection. I have done a lot of researching and I understand the theoretical part. Based on what I have researched I want to do the following:[详细]
2023-04-07 12:21 分类:问答from Plain text generate encrypted text of same legnth [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-04-07 06:57 分类:问答Encrypted SQL database?
I\'m looking for encrypted SQL database, I\'m going to 开发者_运维知识库install it on client\'s machines, and I don\'t want client to database directly.[详细]
2023-04-07 06:17 分类:问答How to encrypt a string using node.js?
I need a node.js equivalent of the following Ruby code: require \'openssl\' digest = OpenSSL::Digest::Digest.new(\'sha1\')[详细]
2023-04-07 05:13 分类:问答Javascript XOR Encrypt | PHP XOR Decrypt [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or exp开发者_开发技巧ertise, but this question will likely so[详细]
2023-04-06 21:51 分类:问答What is the best way to encrypt my connection string in the web.config?
I have a web site written in asp.net 4.0. Right now the connection stirng in the web.config is not encrytped. I pushed it to a host with a web farm. I\'m tryign to determine the best way to handle enc[详细]
2023-04-06 19:39 分类:问答How to store private encrypted user data in the database, but make them available to other chosen users?
firstly, I apologize if my question sounds little confusing, I will try my best to describe my scenario as detailed as possible:[详细]
2023-04-06 19:17 分类:问答