BeliEve in feelinG of aFFinity ! LOOkin for a Person thAt
comfOrt of knOwinG. I cAn alwAys be mysEl wt her. sHe'LL
accEpT mE for bEing jUst thAt !.
With heR, i nv hv tO laUgh
whEn i fEeL like cRyin, Or b qUiet whEn i nEed tO talk, or
staY calm whEn i fEeL like geTtinG upset,or sOund pOsitiVe
whEn i neeD to cOmplain.....
Elcomsoft Advanced PDF Password Recovery v5.0 Professional
Get access to password-protected PDF files quickly and efficiently! Instantly unlock restricted PDF documents by removing printing, editing and copying restrictions! Advanced PDF Password Recovery recovers or instantly removes passwords protecting or locking PDF documents created with all versions of Adobe Acrobat or any other PDF application. Remove annoying restrictions from PDF files! Advanced PDF Password Recovery instantly unlocks PDF documents that restrict you of printing, editing or copying of data to clipboard. This is by far the most common protection found in PDF files. If you can open a document without a password, but cannot print it at all or are restricted to low-quality output, or if you cannot copy data to clipboard or cannot edit the document, read no further and get Advanced PDF Password Recovery Standard edition!
What if you can’t open a PDF document at all without knowing the correct password? In that case, you’ll need the password recovery feature found in the Professional and Enterprise editions of Advanced PDF Password Recovery. The PDF format specifies two types of protection: the weak 40-bit and the strong 128-bit encryption. Advanced PDF Password Recovery guarantees the recovery of 40-bit keys by attacking the encryption key instead of attempting to guess the password. While the Professional edition takes up to several days to recover a PDF document protected with a 40-bit key, the Enterprise edition can unlock an encrypted PDF in a matter of minutes!
The unique Thunder Tables™ technology developed by ElcomSoft uses pre-computed tables to significantly speed up the recovery of 40-bit keys. The technology is available in the Enterprise edition, and will unlock a protected document in a matter of minutes instead of days. If the PDF is protected with a strong 128-bit or 256-bit key, Advanced PDF Password Recovery performs a range of attacks on the PDF file document in order to obtain the original password. But even then you’re not left without options!
Most passwords used by living beings are based on a word or phrase. Performing a dictionary attack by attempting different combinations of cases and variations of words and characters before reverting to a comprehensive brute-force attack allows for considerate time savings shall the attack succeed. If the password does not fall into any dictionary, Advanced PDF Password Recovery attempts all possible combinations of passwords by performing the brute force attack. The highly optimized low-level code provides the best-in-class performance for the brute-force password recovery. Multi-threaded optimization ensures optimum performance on the modern multi-core CPUs.
Features:
» Supports all versions of Adobe Acrobat, including Acrobat 9 » Supports GPU acceleration » Supports all third-party products producing PDF files » Instantly unlocks PDF documents with printing, copying and editing restrictions » Removes “owner” and “user” passwords » Recovers passwords to open » Supports 40-bit and 128-bit RC4 encryption as well as 128-bit and 256-bit AES encryption » Patent-pending Thunder Tables™ technology recovers 40-bit passwords in a matter of minutes
» Dictionary and brute-force attacks with user-defined masks and advanced templates » Three editions to satisfy the most demanding and savvy customers » Optionally removes JScript code, form fields and digital signatures » Batch mode allows automatic processing of multiple files » Highly optimized low-level code optimized for modern multi-core CPUs
Size : 2,1 MB
Code:
http://w18.easy-share.com/1702871229.html
Or http://letitbit.net/download/f68f37258985/Elcomsoft-Advanced-PDF-Password- Recovery-v5.0-Professional.rar.html
Or http://uploading.com/files/U9I6LZ83/ Elcomsoft%20Advanced%20PDF%20Password%20Recovery%20v5.0%20Professional.rar.html
已知問題: 修改之後再"傳送"或是"完成"按鈕上,有時會有1~2條線, 這只是機器不支援OpenGL ES 2.0相關繪圖而已,其他皆可正常使用。 ----------------------------------------------------------------------
進階資料: Enable Wallpaper and Multitasking on iPhone 3G and iPod Touch 2G iOS 4.2.1
Posted on February 14, 2011 by thewaffler100
If you jailbroke your devices such as iPhone 3G or your iPod Touch 2G running iOS 4.2.1 then listen up. You can enable these features natively rather than using Winterboard which will kill your battery life and potentially slow down your devices. You can do this by just simply editing a plist. I will be using iFile to do this.
For Homescreen wallpapers:
Using iFile, browse to System/Library/CoreServices/Springboard.app
Open N82AP.plist (if iPhone 3G) or N72AP.plist (iPod Touch 2nd generation)
Browse to the last entry (which is usually “wifi”) and add the following:
homescreen-wallpaper
Before you restart your device or respring, you may need to delete the icon shadows because it will make springboard’s icon animations all laggy. Just go back toSystem/Library/Coreservices/Springboard.app and look for the following files and delete (or rename them by adding “old” at the end of each files)
WallpaperIconDockShadow~iphone.png
WallpaperIconShadow~iphone.png
WallpaperGradientPortraitTop~iphone.png
Now you can respring or reboot your device.
Enable Multitasking:
Browse to System/Library/CoreServices/Springboard.app
Open N82AP.plist (if iPhone 3G) or N72AP.plist (iPod Touch 2nd generation)
Browse to the last entry (should be “wifi”) and add:
multitasking
and also look for the following:
opengles-1
Now change the 1 to a 2 so it should now read:
opengles-2
Your probably wondering, why am I adding basically two entries when before I could just add the multitasking key? Well, Apple decided to brake multitasking for us iPhone 3G and iPod Touch 2G users on purpose. Adding that opengles entry will prevent the multitasking animation from crashing springboard. Anyhoo you can now reboot (not respring) your device and multitasking should work now. The downside is you will now see some graphical issues on buttons like a line going down your “Send” button. Its because of the opengles2 line. Our devices are not compatible with OpenGL ES 2.0 and can only run OpenGL ES 1.1.
I previously wrote a post on scripting the install of Cydia apps but I since found a much better way to handle the problem. Its a lot cleaner but it still doesn’t backup cydia apps data. Instead it creates a list of stuff thats been installed and makes it really easy to reinstall it all.
Step 1: Backup Cydia Apps
To do this we’re going to need to fire up the terminal and create a file to store our list. This can all be handled with one command.
dpkg --get-selections > myapps.txt
Putting this code into terminal will create a text file called “myapps.txt” which contains all the selections you’ve made in Cydia. Use an ftp client to save this file to your computer and you’re done. Most people at this point are now going to upgrade their phone, etc.
Step 2: Restore Cydia Apps
Now you’ve got a fresh iphone with a fresh install of Cydia. You’ll need terminal and probably SSH installed first before you proceed. Once done upload your “myapps.txt”. Using terminal navigate to the directory containing that file and issue the following commands. Note: the $ at the beginning of each line is just the prompt and not part of the commands.
This step is vital. This file is basically a cache of which applications are installed. This command deletes that cache which will be automatically regenerated with all of our selections in place.
killall SpringBoard
This kills the Springboard or iphone interface. It will automatically relaunch and generate a new com.apple.mobile.installation.plist. All done!
There is a timebomb in this app that will cause it to stop working after a certain amount of time (like a week or two). You will know when this occurs as you will receive a notice that looks like this...
This ONLY HAPPENS when you install FolderEnahncer from the repo because the app has a security check that looks to see where the package was installed from. If you installed from anywhere other than the official source then you will receive this piracy notice AFTER the evaluation period has expired. When this happens the you must follow the instructions below to get the app working again.
Open Cydia and uninstall the version of FolderEnhancer Cracked that you installed from the repo
Now you must FTP into your phone using something likeiSutal,WinSCP, oriFunBox
Navigate your way to the folder /private/var/root/Media/Cydia/AutoInstall (If you get to the Media folder and find that there is no Cydia folder then you just need to manually create one. Same with the AutoInstall folder. THEY ARE CASE SENSITIVE!!)
Now drag&drop the FolderEnhancer deb file that you downloaded in step 2 into the /private/var/root/Media/Cydia/AutoInstall folder
Now just reboot your device so that FolderEnhancer will be installed
Then reboot your device once more to finalize everything
Enjoy!
Enhance iOS 4's native folders!
iOS 4 brought with it the ability to put apps and bookmarks into folders. Unfortunately, the implementation is quite limited.
FolderEnhancer takes this feature and improves upon it, making it a viable solution for organizing and accessing your apps.
Features:
o Open folders faster. o Add up to 320 icons to a folder (20 pages, 16 per page). o Create folders inside of folders. o Create folders on the dock. o Supports Iconoclasm for custom layouts inside of folders. o Extends MultiIconMover to allow moving multiple icons into/out of folders. o Options include hiding the folder name and wallpaper, as well as disabling animations.
FolderEnhancer intregrates with and works as a part of the home screen application (SpringBoard). Creating and opening folders is done as normal. Closing a folder can be done by either tapping on an empty part of the folder, or by swiping downward. To remove an icon from a folder, drag the icon over the dock area and either wait for the current folder to close, or drop the icon to remove it from all folders. Note that icons can not be directly moved between folders and the dock, as this would interfere with moving icons to parent folders. Grabbing a dock icon while a folder is open will cause the folder to close.
Options:
Folder Name (Default: On)
Off: The name of the folder will be hidden. On: The name of the folder will be displayed above the icons in the open folder.
Folder Wallpaper (Default: On)
Off: The background of the folder will be transparent, and the SpringBoard wallpaper will be visible. On: An image file will be used for the background of the folder.
For information on replacing this image file, please see the FAQ.
Animate Open/Close (Default: On)
Off: When opening or closing a folder, the folder will appear without animating. On: When opening or closing a folder, the folder will zoom in or out.
Clipping Window (Default: On)
For the default background image, a clipping window is used to make it appear that the icons stay inside the rounded frame.
Whether or not one would want this enabled for a custom wallpaper image depends on the design of the image.
Off: Icons will remain visible up to the edge of the screen. On: Icons will begin to disappear several pixels before reaching the left or right edge of the screen.
Note that this option has no effect when "Folder Wallpaper" is "Off".
Known Issue's
iTunes-related
Because iTunes is not designed to handle subfolders or folders with more than 12 icons, it is not possible to use iTunes' icon layout feature.
FolderEnhancer uses IconSupport to prevent any errors with iTunes. Any attempt to change layout via iTunes will safely be ignored.
For rearranging icons rapidly, the developer recommends using the MultiIconMover extension.
While FolderEnhancer is designed after CategoriesSB, it does not have all the same options.
One reason for this is that some of the options are either already built into iOS 4 (badges), or are always on (tap/swipe to close).
Another reason is that some options are not feasible with FolderEnhancer or iOS 4. One such option is the ability to hide the dock; if the dock were hidden, it would not be possible to drag icons out of a folder.
How to Fix Folder Enhancer “Piracy Hurt” Error
Some of you may get the below error while using “unauthorized” Folder Enhancer version 1.1.1-1, it’s because your evaluation period has expired, and you got to purchase it due to the effort of the developer. However, if you wish to continue to “evaluate” this fantastic software, you got to do something to remove the error. In this tutorial, i will guide you how to remove the “Piracy Hurt” error for your Folder Enhancer on your iPhone 4/3GS/3G.
Uninstalled the app in Cydia, go to Manage – Packages – FolderEnhancer – Modify – Remove
Launch your i-Funbox ( other SSH tools are working too )