偶然看到网上有个文件夹加密器,吹的真牛逼,如下
一款高强度的文件夹加密软件,可以方便地加密任意文件夹,并且支持U盘加密,移动硬盘加密.
本软件界面简洁,操作简单,功能强大,性能超群,是保障您数据安全的最佳加密软件。
使用介绍:
1.采用最新的加密技术,可以方便快捷地加密任意文件夹,U盘及移动硬盘
2.成熟的256位BlowFish加密算法能有效地保护您的重要资料
3.加密后的文件夹具有防删除,防复制,防大小查看等特性
4.多种加密强度,可以满足不同层次用户的加密需要
5.对U盘或移动硬盘加密后可在其他没安装本软件的电脑上解密
软件操作简单, 性能卓越,加密后的文件夹具有防复制,防删除,防大小查看等功能.相信是值得您收藏的精品软件.
我还以为它真是高科技产品呢,没想到一试验,就是我们经常用的那点技术,感觉好幼稚,完全是忽悠广大人民群众,鄙视之!现在我就发一个破解批处理,拿的是他最新版本 5.42 做的实验,其他版本没心情去看,看了也是垃圾,如果某位同志正在使用这个程序可要注意了,哪天我给大家编一个真正高强度加密的软件。
破解脚本:
@echo off
title (P)2009 『据说是李先生』
if == goto Usage
goto Unlock
:Usage
echo 便携式文件夹加密器(垃圾)的破解程序
echo.
echo www.cn-dos.net ^| qinchun36 ^| 『据说是李先生』
echo.
echo ┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
echo ┃用法: ┃
echo ┃ ┃
echo ┃将被加密的文件夹 *** 拖动到本程序上面即可。 ┃
echo ┃ ┃
echo ┃解密后的文件夹放在当前目录,并命名为 ***_new ┃
echo ┗━━━━━━━━━━━━━━━━━━━━━━━━━┛
echo.
pause
goto EOF
:Unlock
set thisFolder="%1"
echo.
echo 加密的文件夹
echo %thisFolder:"=%
echo.
echo 正在解密,请稍候...
echo D|xcopy "%thisFolder:"=%\Thumbs.ms\COM1~1.{D3\E274~1\LastF" "%thisFolder:"=%_new" /E /C /I /H /K 1>nul
echo.
echo 解密后的文件夹
echo %thisFolder:"=%_new
echo.
echo.
echo 解密完成,按任意键退出。
pause>nul
Last edited by qinchun36 on 2009-9-9 at 00:41 ]
I happened to see a folder encryption tool online, which was boasted very powerfully, as follows
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 ]