Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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.

Awatar
Odrzuć

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

Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
0
lip 20
3445
0
lis 24
1414
3
wrz 19
10004
4
lut 17
6514
0
maj 16
3163