Secure Broadcasting Key Distribution via Prime Sum Augmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional security mechanisms for broadcasting and multicasting, such as PKI techniques, become impractical when dealing with a large number of parties due to increased encryption and decryption time, leading to costly key updates and potential unlawful use of content.

Innovation Solution

A secure communication key generating and distributing service that calculates a prime sum from unique prime numbers associated with each party and augments it with a secure communication key, creating a broadcast value that only intended parties can decipher using their own prime number, allowing dynamic key updates and secure communication.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional PKI techniques are used for secure communications between many parties, then security is maintained, but encryption and decryption time becomes enormous making the approach impractical

Engineering Contradiction:
ImprovesecurityVSAvoidencryption and decryption time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent segments the key distribution problem by introducing a centralized key management server that handles key generation and distribution separately from the communication process. Each client obtains a unique key through the server, allowing secure communication without requiring all parties to perform expensive encryption operations together. This segmentation reduces the time complexity from O(n²) in traditional PKI to O(n) in this system.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The key management server acts as an intermediary between clients, centralizing the complex cryptographic operations. The server generates and distributes unique keys to clients without requiring clients to perform mutual authentication or encryption operations with each other. This intermediary approach eliminates the time-consuming bidirectional encryption processes inherent in traditional PKI while maintaining security.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If physical hardware with smart cards is distributed to each user, then secure communication is enabled, but key updates become costly and impractical when violations occur

Engineering Contradiction:
Improvesecure communicationVSAvoidkey update cost and complexity
Core Design Contradiction:
ReliabilityVSEase of manufacture

Solution Approach 1:

Instead of distributing physical smart cards that require replacement when keys are compromised, the patent uses virtual key copies transmitted through the communication network. Each client receives unique key information from the server, and when key updates are needed, the server simply transmits new key values to affected clients. This eliminates the need for physical hardware replacement and reduces key update costs significantly.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The system uses inexpensive, transient key values that can be easily generated and discarded rather than expensive, long-lasting physical smart cards. When a key is compromised or needs updating, the system generates a new key and distributes it to clients without requiring physical device replacement. This approach treats security credentials as disposable digital values rather than permanent physical objects.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

3Ease of manufacture

If service providers permit unlawful use of content until enough violators warrant key updates, then key update costs are avoided, but content security is compromised

Engineering Contradiction:
Improvekey update costVSAvoidcontent security
Core Design Contradiction:
Ease of manufactureVSReliability

Solution Approach 1:

The system performs preliminary key distribution to all authorized clients before any content transmission occurs. The key management server proactively distributes unique keys to clients who need access to content, establishing security before the content is made available. This preliminary action ensures that clients receive secure communication capabilities in advance, eliminating the need to wait for violations to occur before updating keys or securing content.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS8767966B2Secure broadcasting and multicasting
Publication Date: 2014.07.01 ORACLE INT CORP
  • US8767966B2 patent drawing
  • US8767966B2 patent drawing
  • US8767966B2 patent drawing

AI summary

Techniques are presented for secure broadcasting and multicasting. Communications for multicasting and broadcasting are encrypted and decrypted using a secure communication key. The secure communication key is represented in a broadcast value that is sent to selected parties. The broadcast value represents the product of unique prime numbers and an additional number plus the secure communication key. Each party is represented by one of the unique prime numbers. Each party can acquire the secure communication key by dividing the broadcast value by its particular prime number to obtain a remainder, which is the secure communication key.