Special characters supported in bcrypt encryption

Viewed 2349

In our application, we are using bcrypt for hashing the credentials.

What are all the special characters accepted other than available special characters in keyboard?

For example, i have analysed about dash https://en.wikipedia.org/wiki/Dash . In this link there are many types in dash. Is these all kind of dash will be allowed in bcrypt?

I just want to confirm all other special characters list regarding this.

1 Answers
Related