Fuel Dispenser Security via Server-Side Challenge-Response Authentication

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing fuel dispenser security systems are vulnerable to unauthorized access, as they often rely on simple passwords or mechanical seals that can be easily circumvented by malicious parties.

Innovation Solution

Implementing a system where users must obtain a session password from a server that authenticates the user by decrypting a challenge encrypted with a unique secret key, ensuring only authorized access to specific fuel dispenser functions, and logging access activity.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If simple passwords or mechanical seals are used for fuel dispenser security, then ease of operation is improved, but reliability of security is worsened

Engineering Contradiction:
Improveease of accessVSAvoidsecurity reliability
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

A server acts as an intermediary between the fuel dispenser and the user. The server receives authentication requests, verifies credentials against stored authentication data, and returns authorization decisions. This intermediary layer prevents direct access to the fuel dispenser's security mechanisms, making it impossible to circumvent security by directly manipulating the dispenser's password or mechanical seal systems.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent replaces mechanical security systems (physical locks, mechanical seals) with electronic/authentication-based security. Instead of relying on physical barriers that can be picked or broken, the system uses digital authentication credentials verified by a server, which can detect and respond to unauthorized access attempts through electronic means.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Reliability

If encrypted challenges with unique secret keys are implemented, then reliability of security is improved, but device complexity is worsened

Engineering Contradiction:
Improvesecurity reliabilityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The authentication functionality is merged into a separate server system rather than being embedded in each fuel dispenser. The server consolidates authentication data storage, credential verification, and authorization logic for multiple dispensers. This reduces the complexity burden on individual dispensers while maintaining high security through centralized cryptographic verification.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

Authentication data and secret keys are pre-configured and stored securely in the server before any access attempts occur. The system performs preliminary setup of security credentials, so that when access requests are made, the verification process can proceed efficiently without requiring complex real-time key generation or distribution mechanisms at the dispenser level.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If feature-specific access rights are enforced, then reliability of security is improved, but ease of operation is worsened

Engineering Contradiction:
Improveaccess control reliabilityVSAvoidaccess convenience
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The authentication system dynamically evaluates access requests based on the user's credentials and the specific function being accessed. Rather than using static, universal access rights, the server dynamically determines authorization by comparing the requested function against the user's granted permissions. This dynamic approach enables fine-grained feature-specific control while presenting a uniform, simple interface to users who only need to authenticate once.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS9580295B2Systems and methods for fuel dispenser security
Publication Date: 2017.02.28 DOVER FUELING SOLUTIONS UK LTD
  • US9580295B2 patent drawing
  • US9580295B2 patent drawing
  • US9580295B2 patent drawing

AI summary

Systems and methods for fuel dispenser security are disclosed herein. In some embodiments, a user seeking access to a protected function of the fuel dispenser is presented with a challenge that is encrypted using a secret key that is unique to the fuel dispenser. To access the secured function, the user must obtain a session password from a server which authenticates the user, decrypts the challenge using a counterpart of the secret key, determines whether the user is authorized to access the secured function, and returns the session password extracted from the challenge only when the user is authorized. The server can thus control access to certain fuel dispenser functions according to a set of user access privileges. The challenge can also include additional information which can be used by the fuel dispenser and/or by the server to store a log of access activity.