OpenPuff
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
Parchivist (Talk | contribs) |
||
Line 33: | Line 33: | ||
* [https://web.archive.org/web/20130326230955/http://embeddedsw.net/zip/OpenPuff.zip Download v4.00] | * [https://web.archive.org/web/20130326230955/http://embeddedsw.net/zip/OpenPuff.zip Download v4.00] | ||
* [https://web.archive.org/web/20120601041735/http://embeddedsw.net/zip/OpenPuffv340.zip Download v3.40] | * [https://web.archive.org/web/20120601041735/http://embeddedsw.net/zip/OpenPuffv340.zip Download v3.40] | ||
+ | * [https://dl.packetstormsecurity.net/crypt/stego/OPENPUFFV310.ZIP Download v3.10] | ||
* [https://web.archive.org/web/20051122093009/http://members.fortunecity.it:80/blackvisionit/PUFFV101.ZIP Download v1.01] | * [https://web.archive.org/web/20051122093009/http://members.fortunecity.it:80/blackvisionit/PUFFV101.ZIP Download v1.01] | ||
* [https://web.archive.org/web/20111124161002/http://embeddedsw.net/OpenPuff_Steganography_Home.html v3.40 homepage (archived)] | * [https://web.archive.org/web/20111124161002/http://embeddedsw.net/OpenPuff_Steganography_Home.html v3.40 homepage (archived)] | ||
* [https://web.archive.org/web/20100715081157/http://members.fortunecity.it:80/blackvisionit/PUFFV200.HTM v2.00 homepage (archived)] | * [https://web.archive.org/web/20100715081157/http://members.fortunecity.it:80/blackvisionit/PUFFV200.HTM v2.00 homepage (archived)] | ||
* [https://web.archive.org/web/20041225110915/http://members.fortunecity.it:80/blackvisionit/PUFFV101.HTM v1.01 homepage (archived)] | * [https://web.archive.org/web/20041225110915/http://members.fortunecity.it:80/blackvisionit/PUFFV101.HTM v1.01 homepage (archived)] |
Revision as of 00:45, 7 November 2023
OpenPuff (previously Puff) by Cosimo Oliboni is a Win32 program that hides a file in another with 3 levels of passwords, deniable encryption and support for splitting across multiple carrier files.
Supported carrier types:
- Image (BMP, JPG, PCX, PNG, TGA)
- Audio (AIFF, MP3, NEXT/SUN, WAV)
- Video (3GP, MP4, MPG, VOB)
- Flash (FLV, SWF, PDF)
It splits the cryptographic functions into a separate libObfuscate:
- Modern 256bit cryptography: AES, Anubis, Camellia, Cast-256, Clefia, FROG, Hierocrypt3, Idea-NXT, MARS, RC6, Safer+, SC2000, Serpent, Speed, Twofish, Unicorn-A, Wrapper
- CSPRNG (based on AES)
- Modern 512bit hashing: Grostl, Keccak, SHA2, Skein, Wrapper
- Scrambling
- Multi-layered obfuscation
Puff v3.X is not compatible with v2.X which is not compatible with v1.01