mcrypt
Rijndael 256 Encrypt/decrypt between c# and php?
UPDATED I have made the changes to the C# code so it uses a block size of 256. but now the hello world looks like this http://pastebin.com/5sXhMV11 and I cant figure out what I should use with rtrim([详细]
2023-01-11 02:39 分类:问答Overloading a Native PHP Function to Encrypt Data for HIPAA Compliance
Background Information: I\'m part of a team of developers that runs a web application that stores and retrieves HIPAA (medical) data. Recently, the HIPAA guidelines were updated to include a policy t[详细]
2023-01-07 18:20 分类:问答Localhost extensions check
I have to install big CMS on my localhost, but it requires mcrypt, and pdo_mysql. Before I\'ve tried to install them, I\'ve tried to access site, but I only got blank page.[详细]
2023-01-07 06:44 分类:问答PHP AES decryption
I\'m really struggling to decrypt a given cipher text in PHP and I\'m hoping that one of you will be able to spot where I\'m going wrong with this one.[详细]
2023-01-07 03:25 分类:问答Adding mcrypt to Plesk
I am running Plesk v8.2.0 and I have a program that needs mcrypt module installed but I cant find any relevent infromation on how to get mcrypt setup on Plesk. It is on a Unix based server.[详细]
2023-01-05 02:41 分类:问答Cryptography libraries conflict (MCrypt, libgcrypt)
I\'m trying to perform encryption and decryption (Rijndael 256, ecb mode) in two different components:[详细]
2023-01-05 01:27 分类:问答I have a generic implementation of PHP mcrypt module and its not decrypting
class Crypt_Data { protected $_mcrypt=null; protected $_iv=null; protected $_key=null; public function __construct() {[详细]
2023-01-04 05:46 分类:问答Is it possible to decrypt files encrypted with php mcrypt_encode with third party utilities?
I am inexperienced with symmetric encryption. I am encrypting a pdf file in php using the following code:[详细]
2023-01-01 23:02 分类:问答PHP mcrypt // Chilkat AES encryption -- integration
I\'m trying to decrypt a string using PHP which was encrypted using a Chilkat library. VB Encryption: Dim password As String[详细]
2023-01-01 13:16 分类:问答Using mcrypt to pass data across a webservice is failing
I\'m writing an error handler script which encrypts the error data (file, line, error, message etc) and passes the serialized array as a POST variable (using curl) to a script which then logs the erro[详细]
2022-12-28 23:36 分类:问答