0

md5 calculation

Sebastian Salmhofer 4 years ago in bOS Configurator 0

Hello,

i was wondering if it is possible to calculate a md5 hash in bOS?

I need it for integrating Blue Iris using the json API. You need to calculate a md5 hash from the session id, user and password, so I cannot precalculate it because the session id changes.

Right now I am doing the calculation using a website that offers that function using http post, but thats not a real elegant solution.

If it isn't possible yet, maybe you could consider implementing it in the future, I think other device's APIs may need this to.

Sebastian