October 13th, 2008 by rubypdf
Description
fcrackzip searches each zipfile given for encrypted files and tries to guess the password. All files must be encrypted with the same password, the more files you provide, the better.
Marc Lehmann releases an Open source zip password cracker, but it only have source and a very old windows version 0.3, so I compiled it under MSys and MingW, you can download the last version(fcrackzip-1.0-win32.zip) now.
for more info about fcrackzip, please visit FCrackZip manual
or Marc Lehmann’s “FCrackZip”
if you need it, please do not hesitate to download it now.
if you want linux version or source code, please download it here(fcrackzip-1.0.tar.gz).
Posted in Crack, Linux, Open Source, Softwares, Ubuntu, Windows | No Comments »
October 13th, 2008 by rubypdf
If you are using Microsoft Office XP or Microsoft Office 2003, you can change the view to HTML-Code using Microsoft Script Editor by pressing the Alt+Shift+F11 keys.
When the document is opened in the Microsoft Script Editor then search for “Password” and you will find something similar to this:
<w:DocumentProtection>ReadOnly</w:DocumentProtection>
<w:UnprotectPassword>9530C5F8</w:UnprotectPassword>
To remove the document’s form protection:
- remove the line containing ReadOnly and UnprotectPassword and then save the document using Ctrl+s, the protection should then be gone.
Posted in Crack, tutorial | No Comments »
October 10th, 2008 by rubypdf
Introduce
Free editor for PDF documents. Complete editing of PDF documents is possible with PDFedit. You can change raw pdf objects (for advanced users) or use many gui functions. Functionality can be easily extended using a scripting language (ECMAScript).
About the Project
Free (and open source) editor for manipulating PDF documents. GUI version + commandline interface.
Scripting is used to a great extent in editor and almost anything can be scripted, it is possible to create own scripts or plugins.
Target platform are operating systems of Unix type (Linux, BSD, …), we are using C++, XPDF, QT3 and QSA.
Note: QT3.x is required, editor can’t be compiled with QT4.x. In most distributions both qt3 and qt4 can be installed at once.
Editor is released under terms of GNU GPL version 2
Home Page
http://pdfedit.petricek.net/index_e.html
http://sourceforge.net/projects/pdfedit
Download
Posted in Open Source, PDF, Ubuntu | No Comments »