当前位置: 首页>后端>正文

基于python+Django的lsb算法与rsa算法信息隐藏算法设计与实现

文末联系博主

摘 要
在当下的时代中,网络能够给人们带来丰富的信息,通过网络能够为人们提供各式各样的所需信息,从而加快了信息的传递速度,有效的提升了人们生活的便捷度。而在网络的带宽不断的提升的当下,信息从源头到广泛传播仅仅需要几秒钟的时间,向现在各大网站的热搜,更是很好的证明了事件发酵的速度以及信息传播的速度。而在当下如此迅速的网络信息传播下,随之而来也带来了很多的负面影响。当下在网络中,不仅仅传递一些人们日常生活的信息,而设计国家政治、军事以及重要经济体的信息内容也会在网络上进行传递,而网络作为一个开发的平台,有很多不法分子、黑客也通过网络破坏来进行信息的盗取,从而获取私利,这种情况的出现使得网络变得并不安全,在重要的网络信息传播中,如果不通过信息加密锁传递的信息则很容易受到攻击。
在这种背景下,数字密码学、图像隐藏技术等在信息的加密上逐渐的形成了非常成熟的应用,为信息的传递提供有效的数字加密可以更好的形成信息的隐藏功能实现。本次就是利用了图像信息隐藏技术来利用Python技术打造一款能够实现图像隐藏的软件,从而实现密码学在计算机中的应用实现。通过此次的软件开发能够为当下的信息安全提供一个可以成熟使用的功能,为信息安全提供有效的帮助。
关键词:信息隐藏;LSB;python;MySQL

A B S T R A C T
In the current era, the network can bring abundant information to people. Through the network, people can provide all kinds of information they need, thus speeding up the transmission of information and effectively improving the convenience of people’s life. With the continuous improvement of network bandwidth, it only takes a few seconds for information to be widely disseminated from the source. The hot search to the major websites proves the speed of event fermentation and information dissemination. At present, such rapid spread of network information has brought a lot of negative effects. Nowadays, in the network, not only some information of people’s daily life is transmitted, but also the information content designed for national politics, military and important economy is transmitted on the network. As a development platform, the network has a lot of illegal elements and hackers who steal information by means of network destroy, so as to obtain personal benefits. This situation makes the network unsafe. In the important network information dissemination, the network is not safe. Information that is not delivered via an information encryption lock is vulnerable to attack.

In this context, digital cryptography, image hiding technology and so on have gradually formed very mature applications in information encryption, providing effective digital encryption for information transmission can better form the information hiding function realization. This time, we use image information hiding technology to create a software which can realize image hiding by Python technology, so as to realize the application of cryptography in computer. This software development can provide a mature function for the current information security and provide effective help for information security.

Key words: information hiding; LSB; Python; MySQL

目 录

摘 要 1
A B S T R A C T 2
第1章 绪论 4
1.1 研究背景与意义 4
1.2 国内外研究现状和发展趋势 5
1.3 本论文主要工作及组织结构 5
1.3.1 论文主要研究工作 5
1.3.2 论文的组织结构 5
第2章 图像隐写及隐写分析综述 7
2.1 系统模型构成 7
2.1.1 早期信息隐藏模型:囚犯问题 7
2.1.2 隐写技术的分类 7
2.2系统开发工具介绍 8
2.2.1 python技术 8
2.2.2MySQL数据库 8
2.2.3LSB算法 8
2.2.4B/S结构 9
第3章 隐藏信息算法的实践分析 10
3.1 数字隐藏的特性 10
3.2 密写系统需求 10
3.3 系统搭建过程 11
3.4 图片隐藏过程成果展示 11
3.4.1网站登录及注册模块的展示 11
3.4.2网站首页的实现 12
3.4.3新增图像隐藏的实现 13
3.4.4图片管理的实现 14
第4章 总结与展望 16
致谢 17
参考文献 18


https://www.xamrdz.com/backend/36x1948230.html

相关文章: