Good afternoon! I have one question, well, not so important, but for security reasons, I think it is worth solving this problem. So, in my page there are banal "pictures", one might say, in the form:
<img src="путь_к_изображению" />
Now, now please tell me how to encrypt the path of the picture? So that there were all sorts of cracks when viewing the html code in the browser, but the pictures were displayed correctly.
I just have very important information in my paths, because of this it is necessary to hide from prying eyes.
UPD:
url pictures in this form:
<img src="http://xx.xxx.xx.xx:80/videstream.cgi?user=admin&pwd=admin&pri=3&ratio=1" />
This is an online broadcast ip camera. I'd like to hide the password, address, user ...