Can someone identify this hash for me?

Hi after playing with my custom MSN Server for a bit a saw that original MsgrConfig contains http://appdirectory.messenger.msn.com/AppDirectory/GetAppdirVersion.aspx

so I went looking in WayBack machine and found 2 snapshots (fortunately)

http://web.archive.org/web/20051125221225id_/http://appdirectory.messenger.msn.com/AppDirectory/GetAppdirVersion.aspx

http://web.archive.org/web/20090210060012id_/http://appdirectory.messenger.msn.com/AppDirectory/GetAppdirVersion.aspx

which contain theese 2 hashes

7QJWnt/vs8vIXsdA1uO57b/lGLU=

and the other snapshot

24EISZ8O90+hyb7hsJIfEQNdBWc=

HashID: GitHub - psypanda/hashID: Software to identify the different types of hashes -
identify theese as PeopleSoft but not much info online I was able to find it aphears its SHA-1 but I am not sure

this should be AppDirectory Version number but its hashed in some way and without that MSN won’t connect to AppDirPageURL and AppDirSeviceURL to get some content from there

so if anyone knows what hashes this could be and maybe knows its original please comment

after a year I finally know the hash
its just simple base64_encode(uniqid()); in php
yes its that simple :smiley: