mcrypt
Basic MCrypt string encryption with password implementation in C++
What is the basic setup on the subject? Let say I have a QByteArray, and I need to encrypt it with simple password. And the application has to be portable to Linux, Windows and Mac.[详细]
2022-12-27 03:36 分类:问答mcrypt decoding errors
I have a few issues with the following php functions (part of a bigger class). //encode public function acc_pw_enc($text, $key) {[详细]
2022-12-26 12:16 分类:问答PHP mcrypt usage class?
I\'m pretty new at this. Tried to make sense of the manual page for mcrypt at PHP.net when I thought a good tutorial would do a better job. So I searched yet without anything substantial.[详细]
2022-12-24 23:01 分类:问答AES encryption with PyCrypto and decryption with mcrypt
For some sensitive data I decided to store it AES-encrypted on disc. I\'ve implemented the encryption using PyCrypto.[详细]
2022-12-24 05:36 分类:问答Encrypting / Decrypting file with Mcrypt
Trying to write a couple of functions that will encrypt or decrypt a file and am using the class found here to try and accomplish this:[详细]
2022-12-22 19:35 分类:问答PHP crypt and salt - more clarification please
I was here yesterday and got some really great answers. I took what I got and put together, what I think will be a fairly secure algorithm. I\'m having a problem using blowfish with a for loop that ge[详细]
2022-12-19 05:18 分类:问答PHPMyAdmin is complaining that 'mcrypt' isn't available -- am I bothered?
I\'ve set up PHPMyAdmin on a Mac, and it\'s complaining that it can\'t load the \'mcryp开发者_Python百科t\' function(s). Apparently the stock install of PHP on Macs doesn\'t have it.[详细]
2022-12-16 04:07 分类:问答How to make Ruby AES-256-CBC and PHP MCRYPT_RIJNDAEL_128 play well together
I\'m generating data to send from a Ruby stack to a PHP stack.I\'m using the OpenSSL::Cipher library on the Ruby side and the \'mcrypt\' library in PHP.When I encrypt using \'aes-256-cbc\' (256-bit bl[详细]
2022-12-13 06:50 分类:问答How to do AES256 decryption in PHP?
I have an encrypted bit of text that I need to decrypt. It\'s encrypted with AES-256-CBC. I have the encrypted text, key, and iv. However, no matter what I try I just can\'t seem to get it to work.[详细]
2022-12-10 00:39 分类:问答