Encrypting 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/17 11:11 UTC
Read the original article Hit count: 267

Filed under:
|
|
|

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

Related posts about python

Related posts about lxml