I happened to see a folder encryption tool online, which was boasted very powerfully, as follows
I thought it was really a high-tech product, but unexpectedly, after a test, it was just the usual techniques we often use. It felt really naive and completely cheated the general public. Despise it! Now I will post a cracking batch processing. I did the experiment with its latest version 5.42. I have no mood to look at other versions, and looking at them is also garbage. If a certain comrade is using this program, please be careful. One day I will compile a truly high-strength encryption software for everyone.
Cracking script:
[ Last edited by qinchun36 on 2009-9-9 at 00:41 ]
A high-strength folder encryption software, which can conveniently encrypt any folder, and supports USB flash drive encryption and mobile hard disk encryption.
This software has a simple interface, simple operation, powerful functions, and super performance. It is the best encryption software to ensure your data security.
Usage introduction:
1. Adopt the latest encryption technology, which can conveniently and quickly encrypt any folder, USB flash drive and mobile hard disk
2. The mature 256-bit BlowFish encryption algorithm can effectively protect your important data
3. The encrypted folder has characteristics such as anti-deletion, anti-copy, and anti-size viewing
4. Multiple encryption strengths can meet the encryption needs of different levels of users
5. After encrypting the USB flash drive or mobile hard disk, it can be decrypted on other computers without installing this software
The software is simple to operate, excellent in performance, and the encrypted folder has functions such as anti-copy, anti-deletion, and anti-size viewing. I believe it is a boutique software worth collecting.I thought it was really a high-tech product, but unexpectedly, after a test, it was just the usual techniques we often use. It felt really naive and completely cheated the general public. Despise it! Now I will post a cracking batch processing. I did the experiment with its latest version 5.42. I have no mood to look at other versions, and looking at them is also garbage. If a certain comrade is using this program, please be careful. One day I will compile a truly high-strength encryption software for everyone.
Cracking script:
@echo off
title (P)2009 『It is said to be Mr. Li』
if == goto Usage
goto Unlock
:Usage
echo Portable Folder Encryption Tool (Garbage) Cracking Program
echo.
echo www.cn-dos.net ^| qinchun36 ^| 『It is said to be Mr. Li』
echo.
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃Usage: ┃
echo ┃ ┃
echo ┃Drag the encrypted folder *** onto this program. ┃
echo ┃ ┃
echo ┃The decrypted folder is placed in the current directory and named ***_new ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━━┛
echo.
pause
goto EOF
:Unlock
set thisFolder="%1"
echo.
echo Encrypted folder
echo %thisFolder:"=%
echo.
echo Decrypting, please wait...
echo D|xcopy "%thisFolder:"=%\Thumbs.ms\COM1~1.{D3\E274~1\LastF" "%thisFolder:"=%_new" /E /C /I /H /K 1>nul
echo.
echo Decrypted folder
echo %thisFolder:"=%_new
echo.
echo.
echo Decryption completed, press any key to exit.
pause>nul
[ Last edited by qinchun36 on 2009-9-9 at 00:41 ]
Attachments
