03-27-2025, 05:11 PM
(a-z),(A-Z),(0-9),"-" and "_" are all part of the "URL Safe Base64 encoding", this makes a bit more sense since %3D is URLencoding of =, but that is usually omitted for this encoding.
If you 'decode' the input you have provided you get 256 bits of information. 256 bits fits with a lot of hashtypes.
But with just this information you are not likely going to find how this works. You need more context or code on what is happening.
If you 'decode' the input you have provided you get 256 bits of information. 256 bits fits with a lot of hashtypes.
But with just this information you are not likely going to find how this works. You need more context or code on what is happening.