I have a PDF which has Password protected , when Open with that HEX editor ,I see the Encrypted junk , then I removed the password using tools , now i can open that PDF without password .now......
I still see the encrypted junk only in the new file ( some header of that tool has been added ) , Just want to understand , How the password remover removed password option though it is encrypted ?? if it is decrypted .. why i am not able to see the data in the new file thro hex editor .. How the password option was removed?? ... please help me to understand
--
null - Spreading the right Information
null Mailing list charter: http://null.co.in/section/about/null_list_charter/
This list is supported by Institute of Information Security http://iisecurity.in
Real-world hackers, real-world training – Certified Professional Hacker at IIS
import pyPdf
pdf = pyPdf.PdfFileReader(open("file.pdf"))
pdf.decrypt("password")
I have a PDF which has Password protected , when Open with that HEX editor ,I see the Encrypted junk , then I removed the password using tools , now i can open that PDF without password .now......
I still see the encrypted junk only in the new file ( some header of that tool has been added ) , Just want to understand , How the password remover removed password option though it is encrypted ?? if it is decrypted .. why i am not able to see the data in the new file thro hex editor .. How the password option was removed?? ... please help me to understand
--
null - Spreading the right Information
null Mailing list charter: http://null.co.in/section/about/null_list_charter/
This list is supported by Institute of Information Security http://iisecurity.in
Real-world hackers, real-world training – Certified Professional Hacker at IIS
Thanks & Regards
mhshah
+91-9967771131/ +91-9029092684
the tool didn't crack it out .. i gave the password of the file , then it removes the password option only ( next time it won't prompt for the password ) , .. the file is my mobile bill statement only .. so when I give the password to open , it is not decrypting completely ??? ,still i see the encrypted junk der ..
if it encrypted how does the tool removes the password option ???