Provably Secure Steganography

Author Avatar
source. 12月 31, 2023
  • 在其它设备中阅读本文章

How to hide messages imperceptibly? This blog post gives a learning journey for you.

Check this out on GitHub: Link

Must-read papers:

Category Paper Abbr. Message Embedding Domain Drawbacks
Basic Theories Communication Theory of Secrecy Systems
Shannon. BSTJ ’49 Semantic Scholar Badge
- - -
An Information-Theoretic Model for Steganography
Cachin. IH ’98 Semantic Scholar Badge
- - -
Chapter 6: Steganographic Security, in Steganography in Digital Media: Principles, Algorithms, and Applications
Fridrich. 2009 Semantic Scholar Badge
- - -
Rejection sampling-based Provably Secure Steganography
Hopper et al. CRYPTO ’02 Semantic Scholar Badge
RejSamp f(stego) Slow & Inefficient
Public-Key Steganography
von Ahn and Hopper. EUROCRYPT ’04 Semantic Scholar Badge
Public-Key Steganography with Active Attacks
Backes and Cachin. TCC ’05 Semantic Scholar Badge
Arithmetic coding-based Efficient Provably Secure Public Key Steganography
Le. IACR ePrint ’03 Semantic Scholar Badge
AC Token indexes Not secure
Provably Secure Generative Steganography Based on Autoregressive Model
Yang et al. IWDW ’18 Semantic Scholar Badge
Neural Linguistic Steganography
Ziegler et al. EMNLP ’19 Semantic Scholar Badge
GitHub Badge
Distribution-Preserving Steganography Based on Text-to-Speech Generative Models
Chen et al. TDSC ’21 Semantic Scholar Badge
GitHub Badge
Meteor: Cryptographically Secure Steganography for Realistic Distributions
Kaptchuk et al. CCS ’21 Semantic Scholar Badge
GitHub Gist Badge Blog Post Badge
Meteor Token indexes Slow (w/o sort) or Inefficient (w/ sort)
Grouping-based Provably Secure Generative Linguistic Steganography
Zhang et al. Findings of ACL ’21 Semantic Scholar Badge
GitHub Badge
ADG Group indexes Not secure
Coupling-based Perfectly Secure Steganography Using Minimum Entropy Coupling
Witt et al. ICLR ’23 Semantic Scholar Badge
GitHub Badge
iMEC Token indexes Slow
Distribution copies-based Discop: Provably Secure Steganography in Practice Based on “Distribution Copies”
Ding et al. S&P ’23 Semantic Scholar Badge
GitHub Badge Blog Post Badge
Discop Distribution copy indexes Symmetric-key only
Review Provably Secure Steganography: Theory, Application and Prospects (in Chinese)
Zhang et al. J.Cybersecurity (CN) ’23
- - -

Optional reference papers (generative linguistic steganography):

  • Generating Steganographic Text with LSTMs
  • RNN-Stega: Linguistic Steganography Based on Recurrent Neural Networks
  • Towards Near-imperceptible Steganographic Text
  • Near-imperceptible Neural Linguistic Steganography via Self-Adjusting Arithmetic Coding

Keywords: information hiding, steganography, provably secure steganography, rejection sampling, arithmetic coding, adaptive dynamic grouping, distribution copies, minimum entropy coupling

关键词:信息隐藏,隐写,可证明安全隐写,拒绝采样,算术编码,动态自适应分组,分布副本,最小熵耦合

本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明来自 ComyDream
本文链接:http://comydream.github.io/2023/12/31/provably-secure-steganography/