7 ms·
If you were using a user agent spoofing extension couldn't this be used to guess your "real" UA?
by Everdred2dx 1y ago
If you were using a user agent spoofing extension couldn't this be used to guess your "real" UA?
- jedimastert 1y agoIt looks like it's an SHA hash, so working backwards would probably be prohibitively irritating.
- dataflow 1y agoThat's not how it works. The combination of valid inputs is a small set. You just try each one until you get the hash.
- jedimastert 1y agoIt's not all that small, although probably small enough to make a rainbow table or something. You would have to maintain the code to generate character-perfect strings (or maybe just keep a very large library of the current most popular ones) and also make sure you have the up to date API key salt values (which they probably going to start rotating regularly), which–as I said before–wouldn't be impossible, just prohibitively irritating to maintain for comparatively little benefit. And besides, it won't be too long before people just start spoofing the hash too, probably shorter than getting the generator up and running
- giingyui 1y ago[dead]