Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encrypt QM Decrypt PHP
#1
This isn't really a QM question...more of a PHP, but I hope someone might know more about this than I do.

Basically I'm using QM to prepare data and run IntGetFile where the URL contains querystring data that is used by functions in a PHP file to process database entries. I'd like to encrypt (Blowfish?) the querystring portion of the URL. That way the PHP file can contain the key and decrypt the querystring. Encrypting in QM is so easy...just put the algorithm, the data, and the key and boom encrypted string.

PHP has mcrypt_decrypt funciton, but it is a lot more complicated and I am having troubles getting it to decrypt data encrypted by QM.
http://php.net/manual/en/function.mcrypt-decrypt.php
http://php.net/manual/en/mcrypt.ciphers.php

I don't understand the concept of the $iv variable in the mcrypt_decrypt either.

Perhaps there is a way to write the QM function that will work with PHP mcrypt_decrypt ?

-Jim
#2
I guess I'm looking to do something like:
http://blog.nikoroberts.com/php-mcrypt-and-c-encryptor


Forum Jump:


Users browsing this thread: 1 Guest(s)