I was exploiting a web application for my lab and I found these hashes
B8qE6WbhBO1F53Cjj+O42TbczyFFqrWpG+BcfS70piQQiI2yASVRfhBiLRtIEU7PxdprFtkzDVLeVxfL7z5vTQ==
8NxO3RXifKUPNw9f7jjp9T6TA8UePPK5jn6QdoPTgEkOElVdNSAG8xp2Y/xJJ/dlCcOLxaYIEbE0n/1onvyAlA==
I have read the answers that we can't identify a hash type because of randomness but I wanted to know if it is possible to guess based on some properties, on the first look this looks like base 64 encoding(because of padding and + and / signs) but its some binary data if I decode it. So if it is a hash why is it base 64 encoded and if decoded why is it binary data and not some hash
I am very confused