I have an issue when communicating encrypted between iOS and PHP. I have an app that encrypts a string and sends it to a PHP server that decrypts it. That part works jus开发者_高级运维t fine. Now the
I am developing a PHP application to manage orders for a company.To view an order the URL is currently /orders/view/3502.
I\'m currently having a bit of problem with decrypting a message encrypted by php mcrypt. The php code is as following:
We are converting an ASP site (using DotNetNuke) to a new PHP site. The only thing we have ri开发者_开发知识库ght now is a full export of the existing database. One of the tables is called \"aspnet_Me
I have an app that runs on PHP 5.3 which stores passwords hashed using PHP\'s crypt() function. However the hashing type (SHA 512) used is not available by default on one of the servers I\'m now using
I don\'t know much about encryption, but I was able to get AES working in PHP... somewhat.Here are a couple functions that I am using:
开发者_运维百科I use the following class to encrypt and decrypt a string. After creating two identical strings, I encrypt one of the strings and then decrypt it. However, the decrypted string is no lo
I have to write a program to decrypt a message using JAVA. The message is encrypted using Triple DES / ECB implemented in PHP. I have tried a few different settings on the algorithm, mode, and padding
I\'ve inherited some C# code and need to port it to PHP. Here it is: string key = \"some key\"; string strEncrypted = \"some encrypted string\";
Having recently started using cryptography in my application, I find myself puzzled by the relationship between the input text length and the ciphertext it results in. Before applying crypto, it was e