PdfCrypt – Another Free Pdf Encrypt and Decrypt Software
PdfCrypt is a windows 32 console/command line version PDF encrypt & decrypt software, supports standard 48 bits, 128 bits, AES-128 bits encryption, and decryption. And first of all,it is free.
If you need java source code, linux stand alone version, or .net version, please let me know.
It bases on modified version iText 1.5.4 and gcj 3.4.2, compressed with UPX 3.03.
Here is the usage manual,
usage:
pdfcrypt
Where:
= encrypt
[info pairs]
= decrypt
permissions is 8 digit long 0 or 1. Each digit has a particular security function:
AllowPrinting
AllowModifyContents
AllowCopy
AllowModifyAnnotations
AllowFillIn (128 bit only)
AllowScreenReaders (128 bit only)
AllowAssembly (128 bit only)
AllowDegradedPrinting (128 bit only)Example permissions to copy and print would be: 10100000
Some example,
pdfcrypt encrypt in.pdf out.pdf owner_pwd user_pwd 10100000 AES
pdfcrypt encrypt in.pdf out.pdf owner_pwd “” 11100000 128 //128 bits encrypt with owner password
pdfcrypt encrypt in.pdf out.pdf “” user_pwd 11100000 128 //18 bits encrypt with user password
pdfcrypt decrypt in.pdf out.pdf owner_pwd
if the owner password is empty, please use it in this way,
pdfcrypt decrypt in.pdf out.pdf “”
It means if the pdf only encrypted with user password, you can easily remove the password without the password.
If you forget the owner password, you can try pdfcrack to get it and use PdfCrypt to remove the owner password
December 1st, 2008 16:52
[...] If you have know the password, and want to remove the password, please follow here,PdfCrypt – Another Free Pdf Encrypt and Decrypt Software [...]
December 1st, 2008 16:55
[...] Update: If you have know the password, and want to remove the password, please use this free software,PdfCrypt [...]
April 25th, 2009 18:27
Can you send me a copy of your C# source code? my Email address is imgen@hotmail.com. Thank you very much
April 25th, 2009 18:32
Sorry, wrong,it should be java source code
May 16th, 2009 14:00
Could you send me a copy of your .net source code (or java code)?
My Email : getmyfiles@yahoo.com.hk. Many Thanks.
August 3rd, 2009 16:41
It will be great if you can send a copy of source code to me.
zzqqqzzz@gmail.com
Thanks a lot.
October 23rd, 2009 06:40
Hello,
Can you send me the C# source code please?
pas2spam.svp(at)gmail.com
Thanks a lot.
Marc
July 5th, 2010 17:01
Hello,
It wiil be great if you can send a copy of java source code.
If the java code is too big, a linux stand alone version is also very helpful.
suxiaoming2005@gmail.com
Thank you very much.