Hy anybody,
now its time for me to send a question.
Has anybody an DLL or navisioncode for encrypt a string via BlowFish :?:
Reason: I must call an URL. But not in Blank form
(
http://www.mySite.de/templatemanager.ph ... reisschild)
The parameters for the php (all after ?) must be encrypted with blowfish.
Blowfish in this reason, php has an function for encrypt and decrypt ( base64_encode(
@mcrypt_cbc(MCRYPT_BLOWFISH,$EXAKTKEY,$url,MCRYPT_ENCRYPT)) ). The php will then decrypt my string (like '
http://www.mySite.de/templatemanager.php?@,?45fgdv.µd4556fetzgds34t t4' back to '
http://www.mySite.de/templatemanager.php?pdf_contentfile=0047717_1177708918.txt&pdf_folder=Preisschild')
It is possible to use this php function with navision or has anybody a dll or native navision code for this :?:
Regards
Comments