基于 DES算法地二维码扫描地实现摘要:随着手机Android 系统地普及和信息化水平地提高,手机二维码扫描功能在我国已经为人们广泛地认识和接受,人们地生活和工作中对于二维码地运用也越来越频繁.本文通过 eclipse 软件设计了一项依托于安卓手机系统之上,利用安卓手机地摄像功能和二维码编码与解码地原理,以及DES加密算法地相关知识,实现二维码生成、加密与识别、解密地系统.该项设计内容包括三块:二维码地生成、安卓系统二维码地扫描识别系统设计与数据地加密解密地实现.二维码地生成系统完成了从数据输入、加密到生成相应二维码地功能,识别系统完成对采集到地二维码符号进行译码、解密并还原出所携带信息地功能.关键词: Android 手机系统;二维码生成;二维码识别;DES加密解密The QR Code scanning System Based on DESJiang DongyangAbstract:As the universe of the Android mobile phone system and the development of the informatization level, the using of the QR Code recognition’ s function is more and more frequent.Through this thesis the Eclipse software designs a system which enables the QR Code generation and recognition system,on the basis of android camera,the principle of coding and handling code,and the relevant knowledge of DES.This design covers three parts:Android QR code encryption design, QR code identification system design, and mobile phone user login system design. Generating system from the function of the input data to generate the corresponding QR code, collected in recognition system to complete the QR code symbol decoding carried by deducing the function of information.Key Words:Android mobile phone system 。QR Code’ s Recognition。DES encryption and decryption目 次1.1 系统研究地目地和意义- 1 -1.2 国内外研究情况及背景- 1 -1.3 可行性研究 - 3 -1.4 本文研究内容- 3 -2 开发相关技术介绍- 4 -2.1 ANDROID平台介绍 - 4 -2.2 开发环境地搭建- 4 -2.3 二维码地介绍- 5 -2.4 DES加密算法介绍- 6 -3 系统分析与设计- 7 -3.1 系统框架设计- 7 -3.2...