CN111832033A - 汽车诊断程序加密与权限验证的方法与系统 - Google Patents
汽车诊断程序加密与权限验证的方法与系统 Download PDFInfo
- Publication number
- CN111832033A CN111832033A CN201910327534.8A CN201910327534A CN111832033A CN 111832033 A CN111832033 A CN 111832033A CN 201910327534 A CN201910327534 A CN 201910327534A CN 111832033 A CN111832033 A CN 111832033A
- Authority
- CN
- China
- Prior art keywords
- diagnostic program
- server
- automobile
- encryption
- authority
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 8
- 238000010586 diagram Methods 0.000 description 4
- 238000012423 maintenance Methods 0.000 description 2
- 239000008280 blood Substances 0.000 description 1
- 210000004369 blood Anatomy 0.000 description 1
- 230000006835 compression Effects 0.000 description 1
- 239000013078 crystal Substances 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000003745 diagnosis Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000000977 initiatory effect Effects 0.000 description 1
- 238000012856 packing Methods 0.000 description 1
- 238000012827 research and development Methods 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/602—Providing cryptographic facilities or services
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/362—Software debugging
- G06F11/366—Software debugging using diagnostics
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/44—Program or device authentication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0428—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1097—Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- General Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Computing Systems (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Quality & Reliability (AREA)
- Information Transfer Between Computers (AREA)
Abstract
本发明公开了一种汽车诊断程序加密的方法与系统,包括汽车诊断程序PC加密上传工具,还包括提供管理汽车诊断程序的服务器。汽车诊断程序PC加密上传工具采用C#编写,根据使用者选择的车型、版本生成相应的加密密钥,并使用加密密钥对诊断程序中的各个文件进行AES加密处理,处理完成后通过服务器接口上传到服务器云盘中,并通过服务器接口将诊断程序车型、版本号、密钥添加到诊断程序库中;服务器将收到的诊断程序信息保存到数据库对应的诊断程序版本表中,当客户端请求诊断程序时,根据用户权限与诊断程序对应表来判断对应客户是否有权限访问此诊断程序决定是返回错误码还是返回下载数据流。
Description
技术领域
本发明涉及一种汽车诊断程序加密与权限验证的方法与系统。
背景技术
随着汽车技术迅速的发展,诊断仪成为了我们汽车维修与诊断必不可少的工具。汽车诊断仪又称汽车解码器,而汽车诊断程序又是汽车诊断仪里的灵魂和研发心血的结晶,针对汽车诊断程序的保护就存在以下问题:
1、所有配置文件全部使用xml和txt保存,谁都可以看到文件里面的内容;
2、加解密方法需要多语言都支持并且共用,使用任何语言加解密的结果相同;
3、加解密操作不能占用服务器宝贵资源;
4、加解密不能影响到用户、车型、权限和版本管理;
为解决以上问题,提供一套解决方案提供加解密操作在非服务器端执行,服务器只保存结果和处理权限问题,让汽车诊断程序加解密和服务器负载减少。
发明内容
本发明的目的在于提供一种解决汽车诊断程序加密、存储、下载和权限验证的方案与系统。为了实现上述方案,本发明通过汽车诊断程序PC加密上传工具对汽车诊断程序进行加密和上传,实现了分布式计算节省服务器资源。
附图说明
图1是汽车诊断程序加密上传工具界面图;
图2是汽车诊断程序加密上传工具打包诊断程序图;
图3是汽车诊断程序加密上传工具开始上传诊断程序图;
图4是汽车诊断程序加密上传工具完成上传诊断程序图;
具体实施方式
参见图1,本发明方法的汽车诊断程序加密上传工具运行时首先会显示登录身份验证窗口,根据使用者输入的用户名密码到服务器进行身份验证,验证通过后才能使用软件;
进入汽车诊断程序加密上传工具主界面后首先进行车型选择,这里是联动选择,系统、功能、分类、国家、品牌/车系、车型六个选项会根据前一个选项来匹配对应的后续选项;
其中系统分为Android、IOS和Windows三个选项,分别代表诊断程序适用于那个系统;
其中分类分为综合机和专机两个选项,分别代表诊断程序用于面向所有汽车4S店、汽车维修厂的综合机和面向特定品牌或车厂的专机;
其中功能选项代表诊断程序适用于公司的那类产品线,选项不固定,可以根据产品线的增加而增加;
其中国家、品牌/车系、车型三个选项可以确定汽车所属国家、品牌和车型,此三项的选项也不固定,可以随着公司业务拓展的增长而增加;
当车型选项选好之后会根据使用选择的项调用服务器接口查询确定当前诊断程序最新的版本号和最新版本号诊断程序的状态,然后根据当前版本号的状态自动生成后续版本号;
参见图2,选择诊断程序目录并填写此版本的更新说明(会在客户端更新列表中显示),然后点击打包按钮,汽车诊断程序加密上传工具会对选择的目录进行扫描和遍历,将其中的xml和txt文档使用新生成的密钥进行加密操作,加密完成后将诊断程序打包成ZIP形式备用;
参见图3,诊断程序打包完成后上传按钮就变为有效状态(诊断程序没打包之前为不可用状态),点击上传按钮,汽车诊断程序加密上传工具首先计算压缩包文件大小,按每帧100K大小将压缩包文件分成多片方式上传,上传的同时异步消息在界面显示当前上传状态;
参见图4,诊断程序压缩包上传完成后汽车诊断程序加密上传工具调用服务器接口通知服务器诊断程序车型、版本号和使用的密钥,服务器收到信息保存到诊断程序版本表中并反馈保存成功,到此一个汽车诊断程序上传添加完成。
Claims (7)
1.一种汽车诊断程序加密与权限验证的方法与系统,包括汽车诊断程序PC加密上传工具,还包括提供汽车诊断程序和权限管理的服务器。汽车诊断程序PC加密上传工具采用C#编写,根据使用者选择的车型、版本生成相应的加密密钥,并使用加密密钥对诊断程序中的各个文件进行AES加密处理,处理完成后通过服务器接口上传到服务器云盘中,并通过服务器接口将诊断程序车型、版本号、密钥添加到诊断程序库中;服务器将收到的诊断程序信息保存到数据库对应的诊断程序版本表中,当客户端请求诊断程序时,根据用户权限与诊断程序对应表来判断对应客户是否有权限访问此诊断程序决定是返回错误码还是返回下载数据流。
2.根据权利要求1所述服务器需要有用户与诊断程序的访问权限关系数据。
3.根据权利要求1所述的汽车诊断程序加密上传工具使用C#编写,在Windows平台上运行。
4.根据权利要求1所述汽车诊断程序加密上传工具对诊断程序中除动态链接库外的所有文件进行AES方式加密。
5.根据权利要求1所述汽车诊断程序加密上传工具来选择车型和生成加密所使用的密钥及版本号,并将相关信息发送到服务器。
6.根据权利要求1所述汽车诊断程序加密上传工具将加密后的诊断文件打包上传到服务器云盘中,并通知服务器添加相应车型和版本信息。
7.根据权利要求1所述服务器通过用户表、车型表、权限表来确认客户端是否有权限访问此版本的诊断程序,如果有权限则发送诊断程序文件流和密钥,否则返回无权限错误。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910327534.8A CN111832033A (zh) | 2019-04-23 | 2019-04-23 | 汽车诊断程序加密与权限验证的方法与系统 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910327534.8A CN111832033A (zh) | 2019-04-23 | 2019-04-23 | 汽车诊断程序加密与权限验证的方法与系统 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111832033A true CN111832033A (zh) | 2020-10-27 |
Family
ID=72912609
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910327534.8A Pending CN111832033A (zh) | 2019-04-23 | 2019-04-23 | 汽车诊断程序加密与权限验证的方法与系统 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111832033A (zh) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100205450A1 (en) * | 2009-02-09 | 2010-08-12 | Sarnacke James G | Vehicle diagnostic tool with copy protection and automatic identification of vehicle ecus and fault display |
CN102183945A (zh) * | 2011-01-17 | 2011-09-14 | 武汉理工大学 | 一种多功能电控汽车远程故障诊断系统 |
CN107491336A (zh) * | 2017-09-05 | 2017-12-19 | 武汉理工大学 | 一种汽车电控模块刷新系统及方法 |
-
2019
- 2019-04-23 CN CN201910327534.8A patent/CN111832033A/zh active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100205450A1 (en) * | 2009-02-09 | 2010-08-12 | Sarnacke James G | Vehicle diagnostic tool with copy protection and automatic identification of vehicle ecus and fault display |
CN102183945A (zh) * | 2011-01-17 | 2011-09-14 | 武汉理工大学 | 一种多功能电控汽车远程故障诊断系统 |
CN107491336A (zh) * | 2017-09-05 | 2017-12-19 | 武汉理工大学 | 一种汽车电控模块刷新系统及方法 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10367790B2 (en) | Efficient sensor data delivery | |
US11120018B2 (en) | Spark query method and system supporting trusted computing | |
CN106776780B (zh) | 一种云环境中数据交换与共享方法及系统 | |
KR102427276B1 (ko) | 모바일 클라우드 서비스에 대한 미리-형성된 명령어들 | |
US20200067896A1 (en) | Data operations using a proxy encryption key | |
CA3047081C (en) | Production-like testing and complex business to business auditing system | |
CN108140098A (zh) | 建立容器之间的信任 | |
CN115176241A (zh) | 用于使用分布式账本跟踪数据沿袭和记录生命周期的系统和方法 | |
CN105335186B (zh) | 数据下载管理方法及系统 | |
CN112241298A (zh) | 页面显示方法及装置、存储介质、电子装置 | |
CN111865897A (zh) | 一种云服务的管理方法及装置 | |
US20210194929A1 (en) | Determination of Compliance with Security Technical Implementation Guide Standards | |
US20210358013A1 (en) | Processing documents | |
US20210209553A1 (en) | Reading and writing processing improvements as a single command | |
US12072760B2 (en) | Methods and apparatus to control execution of tasks in a computing system | |
CN117235400A (zh) | 一种基于Kafka技术统一多平台门户系统 | |
CN111832033A (zh) | 汽车诊断程序加密与权限验证的方法与系统 | |
CN102724212B (zh) | 稍后阅读服务器实现方法、系统及稍后阅读服务器 | |
CN110266699A (zh) | 应用于区块链的抽奖数据上链方法及其设备 | |
US9621630B2 (en) | Distribution method, distribution apparatus, and terminal apparatus | |
CN113836169A (zh) | 一种基于Clickhouse的数据处理方法、设备及介质 | |
CN111625850A (zh) | 访问控制方法、装置、电子设备和存储介质 | |
CN117395084B (zh) | 云存储资源访问方法、装置、设备及存储介质 | |
CN116934453A (zh) | 业务数据处理方法、装置、设备及存储介质 | |
CN113723909A (zh) | 核电厂流程记录方法、装置、设备及存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20201027 |
|
WD01 | Invention patent application deemed withdrawn after publication |