mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-26 21:27:39 -05:00
As we convert the binary password to string during storing the connection information, we also need to convert it back to byte-arrays during restoring the connections. Hence - decode the passowrd using 'utf-8' encoding during storing the connection information, and encode it during restoring the connections.