During encryption password is converted to buffer (instead of bytearray), and that is causing the issue in Python 2.
This was regress of commit-id: 37e2e1d24beb9d5a4474dfaacfa209d2c060991f Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d08e42bbe34e01eef5649af4d98a51513f35d47 Modified Files -------------- web/pgadmin/utils/driver/psycopg2/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
