Changes between Version 1 and Version 2 of Ticket #31719, comment 2
- Timestamp:
- Sep 3, 2020, 2:20:29 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31719, comment 2
v1 v2 1 1 I'm facing the same issue. And tried to check type but I got str.. I don't know why though.. 2 2 3 ''' 3 4 import bcrypt 4 5 type(bcrypt.hashpw(b'password', bcrypt.gensalt())) 5 6 <class 'str'> 7 '''