mcrypt
Difference in PHP encryption from iOS and .NET
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[详细]
2023-01-29 18:08 分类:问答Encrypted data in URLs
I am developing a PHP application to manage orders for a company.To view an order the URL is currently /orders/view/3502.[详细]
2023-01-28 22:39 分类:问答Cross platform (php to C# .NET) encryption/decryption with Rijndael
I\'m currently having a bit of problem with decrypting a message encrypted by php mcrypt. The php code is as following:[详细]
2023-01-28 22:18 分类:问答MembershipProvider.GetPassword algorithm
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[详细]
2023-01-28 20:15 分类:问答Can mcrypt perform the same algorithms supported by crypt()?
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[详细]
2023-01-28 20:05 分类:问答PHP AES encryption... no idea what I'm doing
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:[详细]
2023-01-25 23:38 分类:问答Strings no longer equal after encryption and decryption
开发者_运维百科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[详细]
2023-01-25 02:03 分类:问答Encrypt with PHP and Decrypt with Java
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[详细]
2023-01-21 21:02 分类:问答How are my C# and PHP decryption methods different?
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\";[详细]
2023-01-17 03:06 分类:问答Relation between input and ciphertext length in AES
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[详细]
2023-01-16 10:03 分类:问答