└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Provably Secure Steganography 2 | 3 | > How to hide messages imperceptibly? 4 | 5 | Must-read papers: 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 |
CategoryPaperAbbr.Message Embedding DomainDrawbacks
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
RejSampf(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
ACToken indexesNot 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
MeteorToken indexesSlow (w/ sort) or Inefficient (w/o sort)
Grouping-based Provably Secure Generative Linguistic Steganography
Zhang et al. Findings of ACL ’21 Semantic Scholar Badge
GitHub Badge
ADGGroup indexesNot secure
Coupling-based Perfectly Secure Steganography Using Minimum Entropy Coupling
Witt et al. ICLR ’23 Semantic Scholar Badge
GitHub Badge
iMECToken indexesSlow
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
DiscopDistribution copy indexesSymmetric-key only
SparSamp: Efficient Provably Secure Steganography Based on Sparse Sampling
Wang et al. USENIX Sec ’25 Semantic Scholar Badge
GitHub Badge Blog Post Badge
SparSamp
Review Provably Secure Steganography: Theory, Application and Prospects (in Chinese)
Zhang et al. J.Cybersecurity (CN) ’23
---
106 | 107 | Optional reference papers (generative linguistic steganography): 108 | 109 | - Generating Steganographic Text with LSTMs 110 | - RNN-Stega: Linguistic Steganography Based on Recurrent Neural Networks 111 | - Towards Near-imperceptible Steganographic Text 112 | - Near-imperceptible Neural Linguistic Steganography via Self-Adjusting Arithmetic Coding 113 | 114 | Keywords: information hiding, steganography, provably secure steganography, rejection sampling, arithmetic coding, adaptive dynamic grouping, distribution copies, minimum entropy coupling 115 | 116 | 关键词:信息隐藏,隐写,可证明安全隐写,拒绝采样,算术编码,动态自适应分组,分布副本,最小熵耦合 117 | --------------------------------------------------------------------------------