faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
239 stars 92 forks source link

Hash format #101

Closed Rache-lBronfman closed 4 months ago

Rache-lBronfman commented 10 months ago

For the purpose of securing information: I need to know what special characters the hash code can contains I saw that it can contain "+", are there any other possible characters?

ridvanaltun commented 10 months ago

For the purpose of securing information: I need to know what special characters the hash code can contains I saw that it can contain "+", are there any other possible characters?

It's a base64 string so it's can be like below:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/