تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
13079 أدوات العرض

I need to encrypt and decrypt the user email and password at fetchmail.server

To do so I thought of using auth_crypt module to encrypt the password but i couldn't find how to decrypt using auth_crypt.  So, how to decrypt using auth_crypt module.

Also, I need encryption/decryption module that are supported by Odoo 8 (preferably github)

P.S: I have already tried using AES encryption/decryption at python (http://www.codekoala.com/posts/aes-encryption-python-using-pycrypto/).  If no module is available for Odoo, then I could start using AES algorithm itself.

الصورة الرمزية
إهمال

I don't think auth_crypt is designed for decryption but rather to generate hash of password, which should be sufficient for authentication.

الكاتب

You can use following module for password encryption. https://www.odoo.com/apps/7.0/auth_crypt/

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يوليو 20
3449
0
نوفمبر 24
1423
3
سبتمبر 19
10010
4
فبراير 17
6516
0
مايو 16
3164