Menu

logfile.txt

Help
2009-11-12
2013-05-28
  • alessandro bonvicini

    Hi all,
      i need to understand where and when take place the writings of logfile.txt cause I would like to crypt with a simple xor function the content.
    In fact this file contains the password of the user interface and  i think that this is not a good think.

    I have implemented a simple xor crypt for zip files transferred on ftp .But I would extend this for the logfile.txt.
    I don't know python so i do not understand where is implemented the log writings

    Thank a lot for support
    Alex    

     
  • nanotube

    nanotube - 2009-11-13

    hi,
    line 217 in detailedlogwriter.py (function 'write_to_logfile')

     
  • nanotube

    nanotube - 2009-11-13

    that is,

        write_to_logfile

    stupid forum formatting *grumble grumble*

     

Log in to post a comment.