# A Novel Approach of Pseudorandomly sorted list-based Steganography

**Authors:** Rene Ndoundam, Stephane Gael R. Ekodeck

arXiv: 1703.02451 · 2017-03-08

## TL;DR

This paper introduces a new steganography model using pseudo-randomly sorted lists of strings, achieving higher hiding capacity by permuting list columns based on secret messages.

## Contribution

It presents a novel list-based steganography method that improves hiding capacity through permutation of list columns, with theoretical and experimental validation.

## Key findings

- Higher hiding capacity compared to existing methods
- Optimal efficiency when list size greatly exceeds string length
- Experimental results confirm improved performance

## Abstract

We propose a new model of steganography based on a list of pseudo-randomly sorted sequences of characters. Given a list $L$ of $m$ columns containing $n$ distinct strings each, with low or no semantic relationship between columns taken two by two, and a secret message $s \in \{0,1\}^*$, our model embeds $s$ in $L$ block by block, by generating, for each column of $L$, a permutation number and by reordering strings contained in it according to that number. Where, letting $l$ be average bit length of a string, the embedding capacity is given by $[(m-1)*log_2(n!-1)/n*l]$. We've shown that optimal efficiency of the method can be obtained with the condition that $(n >> l)$. The results which has been obtained by experiments, show that our model performs a better hiding process than some of the important existing methods, in terms of hiding capacity.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.02451/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1703.02451/full.md

## References

49 references — full list in the complete paper: https://tomesphere.com/paper/1703.02451/full.md

---
Source: https://tomesphere.com/paper/1703.02451