Rating:
Lets open the given png with xxd and compare it with another png,
Encrypted image header : 
random image header : 
if we xor the first byte of each picture we get 0xFF, lets xor the whole encrypted png with 0xFF with [This script](https://github.com/soolidsnake/Write-ups/blob/master/Kaspersky_CTF/Security%20home%20cameras/script.py).