文件名称:bd

  • 所属分类:
  • 加密解密
  • 资源属性:
  • [Windows] [Visual.Net] [源码]
  • 上传时间:
  • 2012-12-30
  • 文件大小:
  • 812kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • f
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

曾经在某公司做过的代码,虽然代码并不美观,但却是稳定的用在产品中的,经过了大量测试。



功能:

解密蓝光磁碟(蓝光碟放在专用的蓝光光驱中,usb接口连接电脑)





提供了如下接口:

size_t fread_xl(char* key, void *buffer, size_t size, size_t count, int fh ,int vertpye )

来直接读取加密碟,内部实现了透明解密,函数接口极力模仿fread函数。



另配合GetKey 函数来获取密钥。具体使用方法见测试函数test_decrypt_file_3,其中测试了N多蓝光加密磁碟(解密后写成明文视频)



核心解密代码是汇编实现,并最终以C接口形式封装给外部使用,就是上边提到的两个函数



注意:编译需要另外下载安装masm32 (http://www.movsd.com/),因为汇编代码需要其中提供的汇编形式的头文件-Ever done in a company code, although the code is not pretty, but it is stable products after extensive testing. Features: decrypt Blu-ray disk (Blu-ray on the dedicated Blu-ray drive, usb interface connected to the computer) provides the following interface: size_t fread_xl (char* key, void* buffer, size_t size, size_t count, int fh, int vertpye) to directly read the encrypted disc, internal transparent decryption function interface to emulate fread function. Another tie GetKey function to get the key. Specific use, see the test function test_decrypt_file_3, which tested more than N Blu-ray encryption disk (the decrypted written expressly video) core decryption code compilation to achieve, and the final package to the external form of C interface, is on top of the two functions mentioned Note: Compile require additional download and install masm32 (http://www.movsd.com/), because the assembly code requires assembly which provides in the form of header files
(系统自动生成,下载前可以参看下载内容)

下载文件列表





bd\readblufile.asm

..\func.h

..\stdafx.h

..\targetver.h

..\bd.cpp

..\func.cpp

..\stdafx.cpp

..\test.cpp

..\ssleay32.def

..\libcurl.inc

..\bd.sln

..\libcurl.lib

..\libeay32.lib

..\ssleay32.lib

..\bd.vcproj

..\libcurl.dll

..\libeay32.dll

..\ssleay32.dll

bd

说明.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org