nodeJS based password protected image hoster
This repository is no longer being worked on or supported and has been archived. The code and documentation in this repository are provided as-is, and no further updates or bug fixes will be made. Please use this repository for reference purposes only.
Image data needs to be saved into a json file in base64, so that it can be transmitted over websockets and only with password authentication
{
"<password>": "<image data in base64>",
"<password2>": "<image data 2 in base64>"
}
The file should be saved in the same folder as locked-image.js as imageData.json