Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
13076 Visualizzazioni

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.

Avatar
Abbandona

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

Autore

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

Post correlati Risposte Visualizzazioni Attività
0
lug 20
3449
0
nov 24
1419
3
set 19
10009
4
feb 17
6516
0
mag 16
3164