encryption with BLOWfish

garakgarak Member Posts: 3,263
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
Do you make it right, it works too!

Comments

  • garakgarak Member Posts: 3,263
    No one?
    Do you make it right, it works too!
  • garakgarak Member Posts: 3,263
    ok, i have created my own XOR encryption in Navision. It's sadly NOT Blowfish, but it works.
    Do you make it right, it works too!
Sign In or Register to comment.