Stegfs
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |subcat2=Steganography |released=2000 }} '''stegfs''' (previously vstegfs - Virtual Steganographic File System) by Andr...") |
Parchivist (Talk | contribs) |
||
Line 6: | Line 6: | ||
}} | }} | ||
− | ''' | + | '''StegFS''' (previously vstegfs - Virtual Steganographic File System) by Andrew D. McDonald and Markus G. Kuhn is an open source steganographic filesystem with the plausible deniability feature that works with FUSE. |
Version 2015.08 is incompatible with file systems created by previous versions. | Version 2015.08 is incompatible with file systems created by previous versions. | ||
Line 20: | Line 20: | ||
* [https://web.archive.org/web/20230603144545/https://albinoloverats.net/projects/stegfs Archived homepage] | * [https://web.archive.org/web/20230603144545/https://albinoloverats.net/projects/stegfs Archived homepage] | ||
* [https://www.mcdonald.org.uk/StegFS/ Original homepage] | * [https://www.mcdonald.org.uk/StegFS/ Original homepage] | ||
+ | * [https://github.com/albinoloverats/stegfs GitHub] | ||
* [https://sourceforge.net/projects/stegfs/ SourceForge] | * [https://sourceforge.net/projects/stegfs/ SourceForge] | ||
* [https://sourceforge.net/projects/vstegfs/ Older SourceForge] | * [https://sourceforge.net/projects/vstegfs/ Older SourceForge] | ||
* [https://www.cl.cam.ac.uk/~mgk25/ih99-stegfs.pdf StegFS: A Steganographic File System for Linux] | * [https://www.cl.cam.ac.uk/~mgk25/ih99-stegfs.pdf StegFS: A Steganographic File System for Linux] | ||
* [https://en.wikipedia.org/wiki/StegFS Wikipedia article] | * [https://en.wikipedia.org/wiki/StegFS Wikipedia article] | ||
+ | * [https://security.stackexchange.com/questions/179423/can-you-construct-a-non-lossy-steganographic-filesystem Discussion of potential to lose data] |
Latest revision as of 16:03, 2 September 2023
StegFS (previously vstegfs - Virtual Steganographic File System) by Andrew D. McDonald and Markus G. Kuhn is an open source steganographic filesystem with the plausible deniability feature that works with FUSE.
Version 2015.08 is incompatible with file systems created by previous versions.
A typical stegfs partition of 1GB will support approximately 123MB of files.
Unlike the previous version, the 2015.08 releases are not yet multi-threaded; this is (hopefully) enforced by the FUSE driver. This makes stegfs slow!