Encypting XML database in python
        Posted  
        
            by RSK
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RSK
        
        
        
        Published on 2010-03-16T07:40:37Z
        Indexed on 
            2010/03/16
            7:46 UTC
        
        
        Read the original article
        Hit count: 340
        
i am using XML as my backend for the application...
LXML is used to parse the xml.
How can i encrypt this xml file to make sure that the data is protected......
thanks in advance.
© Stack Overflow or respective owner