Session Key Encryption for Digital Image Security

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image acquisition devices lack effective mechanisms to securely protect and control access to digital images, particularly from unauthorized users, especially in scenarios where coercive forces may be involved.

Innovation Solution

Implementing an encryption mechanism that generates a one-way progressive series of keys derived from a master key, where each key is associated with a different session, and allowing decryption only through reacquiring the master key, which can be exported and interpreted from an image representation, ensuring secure access and integrity verification.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If digital images are stored on an image acquisition device, then the device provides convenient image capture and storage capabilities, but the device becomes vulnerable to unauthorized access and coercion

Engineering Contradiction:
Improveconvenient image capture and storageVSAvoidunauthorized access and coercion vulnerability
Core Design Contradiction:
Ease of operationVSObject-affected harmful factors

Solution Approach 1:

The master key is extracted from the device and stored externally in a secure location. This separation removes the critical decryption capability from the vulnerable device, preventing unauthorized access even if the device is compromised through coercion or theft.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

An encryption mechanism acts as an intermediary between the stored images and authorized access. The mechanism uses the externally stored master key to decrypt images only when proper authentication occurs, blocking unauthorized access paths while maintaining legitimate access channels.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Object-affected harmful factors

If a master key is stored externally to protect images, then security against coercion is improved, but access control and key management complexity increases

Engineering Contradiction:
Improveprotection against coercionVSAvoidkey management complexity
Core Design Contradiction:
Object-affected harmful factorsVSDevice complexity

Solution Approach 1:

The system automatically generates session keys from the master key using cryptographic functions. This self-service mechanism eliminates manual key management overhead while maintaining security, as the system autonomously handles key derivation and rotation without user intervention.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The key management system is segmented into distinct components: master key storage (external), session key generation (automatic), and image encryption (per-session). This segmentation simplifies management by separating concerns and allowing each component to be optimized independently.

Inventive Principle:
Principle #1Segmentation

3Measurement precision

If session-based encryption is implemented, then access control precision is improved, but the encryption and key management process becomes more complex

Engineering Contradiction:
Improveaccess control precisionVSAvoidencryption process complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The encryption system dynamically generates a new session key for each access session using cryptographic functions applied to the master key. This dynamic key generation provides precise access control for each session while the automation of the process prevents complexity from burdening the user.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

Session keys are preliminarily generated and prepared before actual image access occurs. This preliminary key preparation streamlines the access process by having decryption credentials ready in advance, reducing the computational burden during actual image retrieval while maintaining precise session-based control.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS8473757B2Protecting digital data such as images on a device with image acquisition capabilities
Publication Date: 2013.06.25 CISCO TECHNOLOGY INC
  • US8473757B2 patent drawing
  • US8473757B2 patent drawing
  • US8473757B2 patent drawing

AI summary

Digital data, such as images on a digital camera, is typically protected (e.g., encrypted and/or authenticated) based on a master key stored off the device. The original master key can be acquired in a number of different ways, including being generated by the device or by another device. A one-way, progressive series of keys are derived from the master key such that only images or data of a same session can be authenticated or decrypted for viewing, export or manipulation of the decrypted image/data. In order to decrypt images or data of a previous session on the device, the master key must be imported to the device, such as by, but not limited to, taking a picture of a representation of the key and interpreting the image to reacquire the master key.