首页 | 官方网站   微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 609 毫秒
1.
为了防止二维码所含的信息被篡改或者窃取,设计了一种基于嵌入式的二维码加密系统。通过将随机生成器产生的128位初始密钥与AES加密算法相结合的方法对二维码信息进行加密,随后将密文通过QR编码,得到信息加密后的二维码,最后采用友善之臂的Tiny4412开发平台来实现构建该二维码加密系统。经测试结果表明,该二维码加密系统提高了QR二维码信息的安全性并增强了二维码的防伪性。  相似文献   

2.
二维码是将大量信息以图片的形式承栽,达到快捷方便的目的,目前广泛运用于电子商务、票务系统等。然而,二维码也面,临着信息泄露和信息涂改等安全威胁,文章对二维码所面临的主要问题进行了研究,以QR码为例,为防止信息泄露,在进行QR码生成时对数据进行了加密处理,主要是RC4加密。最后设计并实现了QR码的生成,该设计方案不仅不会泄露个人信息,而且生成效率很高,在实际中具有应用价值。  相似文献   

3.
在QR二维码的识别过程中,会遇到运动模糊等问题,因此获得的QR二维码难以识别。因此,本文提出了一种基于金字塔权重的QR二维码重构方法。首先,对输入的QR二维码图像使用仿射变换进行校正,并将校正后的QR二维码图像按模块分区;然后,对分割后的QR二维码的每一个模块利用分层加权求灰度值,并利用大津算法对改图像进行重构;最后,使用去模糊处理的QR二维码图像进行重构试验。试验结果表明,对比去模糊处理后的二维码和重构的二维码的识别正确率,基于金字塔权重的QR二维码重构具有很高的正确率,并能够在一定程度上提升了QR二维码图像正确识别率。  相似文献   

4.
随着二维码技术广泛应用于电子票务、银行支票、电子保单等多个领域,二维码的信息泄露和信息篡改等安全问题日益突出。为提高二维码内部信息的安全性能,从对二维码内部信息加密和二维码信息防篡改俩个角度来提高。基于Visual Studio 2008 C#平台,设计了一种采用SHA512哈希函数和Rijndael加密算法混合加密的方法,该方法利用Rijndael加密和SHA512数字签名等技术,对Rijndael第一次加密密钥系统随机分配,并对系统随机分配密钥采用二次Rijndael加密防护方法,并通过SHA512对二维码内部信息防篡改校验,达到对二维码信息及其加密密钥的安全保护。在生成QR二维码之前实现了信息加密,并从系统构架、算法原理和实现及安全性能等多个方面进行了测试和分析。分析表明此方法提高了二维码信息的安全性能,达到对密钥高效管理和对信息的多重保护,而在加密后密文信息容量较明文信息有所增加。  相似文献   

5.
随着3G网络和智能手机的不断发展,手机二维码的使用范围越来越广泛。QR码是国内最具代表性的一种二维码,具有识读速度快、纠错能力强等特点。在介绍QR码和base64加解密算法在QR码中应用的基础上,给出了一种在iPhone平台下的手机二维码系统的设计与实现方案。  相似文献   

6.
目前QR二维码逐步被广泛地使用,但是不法分子可能篡改或者制作虚假二维码,当用户扫描此类二维码后,手机可能感染病毒或被恶意扣费,造成更多安全隐患或经济损失.文章通过论述QR码结构、编码方式,给出了一种篡改QR码的方法,总结了现有攻击QR码的方法,并归纳了相应的防御措施.  相似文献   

7.
针对金属件激光QR二维码常因磨损、腐蚀等致使位置探测图形特征不满足1:1:3:1:1,导致难以使用现有方法定位的问题,提出一种基于位置判别的激光QR二维码定位方法.首先利用双边滤波消除图像中的背景噪声,再结合数学形态学轮廓检测与最大连通区域方法完成了QR二维码的粗定位;其次采用骨架细化算法提取图像的骨架,并融合最小外接矩形和位置探测图形位置判别算法实现了QR二维码的精定位.实验结果表明,当传统方法无法对位置探测图形不完整的激光二维码进行定位时,该方法可有效地对二维码进行精确定位,具有更高的可靠性.  相似文献   

8.
Micro QR是ISO/IEC 18004:2006标准中提出的一个新特性,结构附加模式是QR码的一种容量扩展特性。经过对现有二维码开源软件的调研,发现目前没有对这两种特性提供支持的。为提供对这两种编码功能的支持,对现有的ISO标准化文档和开源二维码软件代码进行了分析。发现开源软件Zxing的代码有逻辑清晰、方便扩展和良好编码风格等特性。因此,通过对比和研究Micro QR和结构附加模式编码步骤与Zxing的QR码编码实现方法,对Zxing代码进行了修改和扩展,完成了这两种特性的代码实现。使其完全支持Micro QR和结构附加模式的编码,并通过实例程序验证了生成的二维码图像的正确性。  相似文献   

9.
《软件》2018,(3):63-66
二维码的广泛应用在给使用者带来便捷的同时,存在着信息被篡改、个人信息泄露等安全隐患。以QR码为例,论述了通用的二维码结构和编码方式,分析了存在的主要安全漏洞。在此基础上,从提高算法加密程度、在解码段增加消息认证、第三方监管等角度提出了应对的策略。  相似文献   

10.
在二维码编码的实现过程中,分析了QR Code二维条码的结构、编码步骤、编码原理和Reed-Solomon算法,并以数字模式为实例按照QR Code编码原理直观的描述了实现二维码QR Code的编码、纠错等功能。采用VC++的编程环境,通过对二维码编码程序反复测试,实现了二维码QR Code的编码程序设计。  相似文献   

11.
Abstract This paper describes an approach to the design of interactive multimedia materials being developed in a European Community project. The developmental process is seen as a dialogue between technologists and teachers. This dialogue is often problematic because of the differences in training, experience and culture between them. Conditions needed for fruitful dialogue are described and the generic model for learning design used in the project is explained.  相似文献   

12.
European Community policy and the market   总被引:1,自引:0,他引:1  
Abstract This paper starts with some reflections on the policy considerations and priorities which are shaping European Commission (EC) research programmes. Then it attempts to position the current projects which seek to capitalise on information and communications technologies for learning in relation to these priorities and the apparent realities of the marketplace. It concludes that while there are grounds to be optimistic about the contribution EC programmes can make to the efficiency and standard of education and training, they are still too technology driven.  相似文献   

13.
融合集成方法已经广泛应用在模式识别领域,然而一些基分类器实时性能稳定性较差,导致多分类器融合性能差,针对上述问题本文提出了一种新的基于多分类器的子融合集成分类器系统。该方法考虑在度量层融合层次之上通过对各类基多分类器进行动态选择,票数最多的类别作为融合系统中对特征向量识别的类别,构成一种新的自适应子融合集成分类器方法。实验表明,该方法比传统的分类器以及分类融合方法识别准确率明显更高,具有更好的鲁棒性。  相似文献   

14.
Development of software intensive systems (systems) in practice involves a series of self-contained phases for the lifecycle of a system. Semantic and temporal gaps, which occur among phases and among developer disciplines within and across phases, hinder the ongoing development of a system because of the interdependencies among phases and among disciplines. Such gaps are magnified among systems that are developed at different times by different development teams, which may limit reuse of artifacts of systems development and interoperability among the systems. This article discusses such gaps and a systems development process for avoiding them.  相似文献   

15.
蒙古语言是中国蒙古族使用的通用语言,由于蒙古文区别于其他文字的书写方式和其自身变形机制等特点,在很多通用的文字处理引擎中都不被支持。在嵌入式产品开发与应用领域中Linux加QTE已经成为流行方式。该文给出了一种在QTE环境上实现基于标准Unicode的蒙古文点阵显示和变形算法, 并自定义了支持蒙古文的QTE组件,扩展了QTE功能,为在Linux加QTE方式的嵌入式体系结构中处理蒙古文提供了一种解决方法。  相似文献   

16.
This paper presents control charts models and the necessary simulation software for the location of economic values of the control parameters. The simulation program is written in FORTRAN, requires only 10K of main storage, and can run on most mini and micro computers. Two models are presented - one describes the process when it is operating at full capacity and the other when the process is operating under capacity. The models allow the product quality to deteriorate to a further level before an existing out-of-control state is detected, and they can also be used in situations where no prior knowledge exists of the out-of-control causes and the resulting proportion defectives.  相似文献   

17.
自然界的绝大部分信号都是以模拟的形式存在,因此模拟信号的采集转换存储在数字时代十分关键。文章讨论了在雷达信号处理领域基于AD9626的AD采集存储卡的设计原理、硬件结构和程序设计与芯片配置等问题,为今后相关领域的研究提供了可参考的方案。  相似文献   

18.
Going through a few examples of robot artists who are recognized worldwide, we try to analyze the deepest meaning of what is called “robot art” and the related art field definition. We also try to highlight its well-marked borders, such as kinetic sculptures, kinetic art, cyber art, and cyberpunk. A brief excursion into the importance of the context, the message, and its semiotics is also provided, case by case, together with a few hints on the history of this discipline in the light of an artistic perspective. Therefore, the aim of this article is to try to summarize the main characteristics that might classify robot art as a unique and innovative discipline, and to track down some of the principles by which a robotic artifact can or cannot be considered an art piece in terms of social, cultural, and strictly artistic interest. This work was presented in part at the 13th International Symposium on Artificial Life and Robotics, Oita, Japan, January 31–February 2, 2008  相似文献   

19.
为了设计一种具有低成本、低功耗、易操作、功能强且可靠性高的煤矿井下安全分站,针对煤矿安全生产实际,文章提出了采用MCS-51系列单片机为核心、具有CAN总线通信接口的煤矿井下安全监控分站的设计方案;首先给出煤矿井下安全监控分站的整体构架设计,然后着重阐述模拟量输入信号处理系统的设计过程,最后说明单片机最小系统及其键盘、显示、报警、通信等各个组成部分的设计;为验证设计方案的可行性与有效性,使用Proteus软件对设计内容进行仿真验证,设计的煤矿井下安全监控分站具有瓦斯、温度等模拟量参数超标报警功能和电机开停、风门开闭等开关量指示功能;仿真结果表明:设计的煤矿井下安全监控分站具有一定的实际应用价值.  相似文献   

20.
Jacob Palme 《Software》1979,9(9):741-747
The COM teleconferencing system was designed to be easy to use for both beginners and people with much computer experience. A number of design choices in organizing the human-computer interface were considered very carefully. These design problems are not unique for teleconferencing applications, but will appear in many other developments of human-computer interfaces for non-computer specialists. This report discusses naming conventions, menu format, user commands, help facility and the treatment of ‘type ahead’ from the users.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司    京ICP备09084417号-23

京公网安备 11010802026262号