You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Safe Browsing API
Is it okay to store the encoded data as hex into a database?
Also, I'm using C++ to implement the API. I'm trying to convert each
character to hex but I'm having some problems. I tried using sscanf
but it didn't work. I also tried using hex << binaryChar and that
didn't work. Any suggestions?