Open zenny opened 6 years ago
Hey did you solve the problem? , I am stuck with the same prob thank
Hi. I have the same issue. The only difference is the size of said space :
./pdf_hide -vvv -i -o test.pdf embed info.txt carrier_file.pdf
Please enter key:
INFO: Input file: "carrier_file.pdf"
INFO: Embedding data, please wait...
DEBUG: ===== BEGIN CONFIG =====
DEBUG: input
str [14]
"test.pdf.qdf"
DEBUG: redundancy
float
0.1
DEBUG: bit depth
int
4
DEBUG: improvements
bool
True
DEBUG: Data to embed
bytes [13]
b'text_to_hide\n'
DEBUG: Data to embed (binary)
str [104]
01110100011001010111100001110100010111110111010001101111010111110110100001101001011001000110010100001010
DEBUG: FlagStr1 (CheckStr)
list [20]
[11, 8, 3, 0, 8, 6, 9, 12, 5, 4, 15, 9, 9, 14, 0, 4, 15, 14, 12, 14]
DEBUG: FlagStr2
list [20]
[8, 0, 6, 15, 9, 15, 14, 11, 8, 0, 3, 5, 11, 10, 2, 2, 13, 3, 0, 8]
DEBUG: Data
list [26]
[7, 4, 6, 5, 7, 8, 7, 4, 5, 15, 7, 4, 6, 15, 5, 15, 6, 8, 6, 9, 6, 4, 6, 5, 0, 10]
DEBUG: ===== END CONFIG =====
ERROR: Not enough space available (only 0 available, 66 needed)
Oh Hi all, i think resolve here: file PDF not contain special character or metadata, like:" picture, unicode". File" innocent.pdf" just text only. So, happy with nice example and i will provide template file "innocent.pdf" link here: https://drive.google.com/file/d/1aWpdJ3qn21-Hvnsg9o7OJVeacRjwwxsF/view?usp=sharing K.
Oh Hi all, i think resolve here: file PDF not contain special character or metadata, like:" picture, unicode". File" innocent.pdf" just text only. So, happy with nice example and i will provide template file "innocent.pdf" link here: https://drive.google.com/file/d/1aWpdJ3qn21-Hvnsg9o7OJVeacRjwwxsF/view?usp=sharing K.
i have just tried your file. but it still notify that error: Not enough space available (only 0 available, 42 needed)
It seems everyone has this issue:
$ pdf_hide -o ../guide1.pdf embed ../flag.txt ../guide.pdf
This is PDF_HIDE v0.0
Please enter key: ERROR: Not enough space available (only 0 available, 126 needed)
I'm having the exact same issue. Did anyone ever figure out a fix to the 0 available, X needed error?
Hi,
Trying to test the script without installing (directly from the pdf_hide executable from git repo).
Strange that it reports of inadequate space even when the 4.4TB of space available!
Debug run shows:
Cheers,