提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档
最近研究了一下缩略图加密,thumbnail-preserving encryption (TPE)。相关文献如下:
[1] Wright C V, Feng W C and Liu F. 2015. Thumbnail-preserving encryption for JPEG/ / Proceedings of the 3rd ACM Workshop on Information Hiding and Multimedia Security. Portland, USA: ACM:141-146.
[2] Tajik K, Gunasekaran A, Dutta R, Ellis B, Bobba R B, Rosulek M, Wright C V and Feng W C. 2019. Balancing image privacy and usability with thumbnail-preserving encryption/ / Proceedings of 2019 Network and Distributed System Security Symposium. San Diego, USA: The Internet Society.
[3] Zhao R Y, Zhang Y S, Xiao X L, Ye X and Lan R S. 2021. TPE2: three-pixel exact thumbnail-preserving image encryption. Signal Processing, 183: #108019.
[4] Zhang Y M, Zhao R Y, Zhang Y S, Lan R S and Chai X L. 2022b. High-efficiency and visual-usability image encryption based on thumbnail preserving and chaotic system. Journal of King Saud University-Computer and Information Sciences, 34 (6 ): 2993-3010.
[5] Marohn B, Wright C V, Feng W C, Rosulek M and Bobba R B. 2017. Approximate thumbnail preserving encryption/ / Proceedings of 2017 on Multimedia Privacy and Security. Dallas, USA: ACM: 33-43
[6] Zhang Y S, Zhao R Y, Xiao X L, Lan R S, Liu Z and Zhang X P. 2022a. HF-TPE: high-fidelity thumbnail-preserving encryption. IEEE Transactions on Circuits and Systems for Video Technology, 32(3): 947-961.
综述论文: 赵若宇,叶茜,周文韬,张玉书,柴秀丽,云存储图像缩略图保持的加密研究进展,中国图象图形学报,2023.
主要阅读的文献为综述论文,文献[1]和文献[2]。
应用场景:
安全性和可用性的平衡:
目标和效果:
缩略图的生成:
a) 分块
b) 计算每个块中的元素和
c) 计算每个块中元素的平均值
d) 用块元素的平均值作为缩略图中该块的像素值
缩略图的核心要点: 块内像素值的和不变
安全性和隐私性的调节: 分块大小
[1] Wright C V, Feng W C and Liu F. 2015. Thumbnail-preserving encryption for JPEG/ / Proceedings of the 3rd ACM Workshop on Information Hiding and Multimedia Security. Portland, USA: ACM:141-146.
加密过程:
实验结果分析: (密文文件大小和解密视觉质量)
[2] Tajik K, Gunasekaran A, Dutta R, Ellis B, Bobba R B, Rosulek M, Wright C V and Feng W C. 2019. Balancing image privacy and usability with thumbnail-preserving encryption/ / Proceedings of 2019 Network and Distributed System Security Symposium. San Diego, USA: The Internet Society.
以上仅为本人的学习记录,如果有理解的不对的地方,还请各位大佬指正!