콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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
7월 20
3512
0
11월 24
1597
3
9월 19
10070
4
2월 17
6636
0
5월 16
3256