Hi,
I’m implementing a script to make some updates to a large list of remote cameras.
It’s going along fine, except for setting the user password for the ONVIF user.
"onvif_user": {
"admin": {
"level": "admin",
"password": "<base64 encoded SSL-encrypted password + salt>"
}
}
If I set it to plaintext it fails, and I’m uncertain if there is an API endpoint for encrypting it.
- Is the key available for use somehow?
- Is there an API endpoint for changing passwords that encrypts them correctly?
Best regards,
Marcus