krpanotools encrypt php

  • Hi, trying to encrypt a xml file server side with php with no success.
    here is the php code :

    no error displayed and no encrypted file on the server.
    I have enabled exec php function on my server.
    Any clue ?
    Many thanx

    Edited 3 times, last by jeromebg (September 28, 2020 at 9:11 AM).

  • Here is the core scripting I've played with to get XML encrypted on the fly.
    It does work. But it also "Burps" from time to time. Meaning, that there is a timing issue somewhere that I have not had time to track-down and fix.
    Debugging things like this is a real PITA.....

  • I already tried that before with no succes.
    Even the most simple command won't do anything, problem is no error or warning is sent so I don't know from where comes the problem ?

    PHP
    <?php
    exec("/krpanotools encrypt -in=tour.xml  -out=encypted.xml -license=W/W5Ms+EuT2******");
    ?>

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!