DevelopersSecurityBestPractices icon indicating copy to clipboard operation
DevelopersSecurityBestPractices copied to clipboard

Used encode() to convert objects to bytes-like

Open Army-R opened this issue 4 years ago • 0 comments

Fixing TypeErrors

I found two TypeError while running with md5 and bcrypt algorithm

To handle it I use encode() with default utf-8 to convert str to bytes

I use this article to help myself

Army-R avatar Nov 10 '21 01:11 Army-R