Try and decode the decrypted password as UTF-8
This allows for better display with Python 3, displaying the UTF-8 representation of the bytes instead of escape sequences and a confusing surrounding `b''`
Showing
Please register or sign in to comment