Changes between Initial Version and Version 1 of Ticket #31719, comment 2


Ignore:
Timestamp:
Sep 3, 2020, 2:19:12 AM (4 years ago)
Author:
naohide

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31719, comment 2

    initial v1  
    11I'm facing the same issue. And tried to check type but I got str.. I don't know why though..
    22
    3 ```
    43import bcrypt
    54type(bcrypt.hashpw(b'password', bcrypt.gensalt()))
    65<class 'str'>
    7 ```
Back to Top