Possible Duplicate:
python: how to encrypt a file?
I’m trying to make application that need write secret data in file and allow read data from this file with only user password. do you know any methods for encode/decode file with pass phrase?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try PyCrypto module.
However, due to the poor documentation and no official tutorials, you may wish also to see how to encrypt files with AES.