You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to encrypt the stored pictures so only authorized end users can see them. The idea is that the pictures are immediately encrypted when they are stored so that if someone gets access to the picture files either on the camera device, or in transit, or stored in the cloud, they cannot see them. Only the authorized user with a decryption key can see the pictures.
Note: This is encryption, not a hash or digital signature.
This issue is a prerequisite for opening up the network interface or moving the pictures into cloud storage.
The main idea is this:
Setup: The camera administrator creates a public/private key pair. Both are stored at the admin site. The private key is given to the end user (or more likely set up for their password protected website). The public key is distributed to the camera devices.
The camera devices use the public key to encrypt the pictures immediately before storing them on disk.
The pictures are encrypted on disk and as they travel along the network.
The end user's web site uses the private key to decrypt the pictures. (Can we do this on the browser side?)
The text was updated successfully, but these errors were encountered:
This issue is to encrypt the stored pictures so only authorized end users can see them. The idea is that the pictures are immediately encrypted when they are stored so that if someone gets access to the picture files either on the camera device, or in transit, or stored in the cloud, they cannot see them. Only the authorized user with a decryption key can see the pictures.
Note: This is encryption, not a hash or digital signature.
This issue is a prerequisite for opening up the network interface or moving the pictures into cloud storage.
The main idea is this:
The text was updated successfully, but these errors were encountered: