CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - access C
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - access C - List
[
Crack Hack
]
xlspass
DL : 0
本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~12位密码,可扩展为15位。 可先以4位数字密码来测试本程序,然后再用其它组合。 我发现网上也有类似程序,是共享程序。可能速度快一些.-this procedure will only be used for personal EXCEL forgotten password when trying to detect passwords; To reduce duplication of work and not engage in other improper use, or face the consequences of the user pays; In the text box to import Excel files a full path name, for example : C : \\ doc \\ book1.xls; in windos95/98/NT systems, installation of Excel97. This open source welcome interested netizens optimization. Little changes can be used to detect ACCESS, Word document passwords. Appropriate changes or additions password dictionary : dict.DIC (plain text), can improve detection rate. Detectability of a ~ 12 passwords, which can be expanded to 15. Can first four-digit password to test the procedures, and then spend the other combinations. I found that the Internet has a similar procedur
Date
: 2008-10-13
Size
: 15.92kb
User
:
chen
[
Crack Hack
]
encryptdll3.6.1
DL : 4
《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法,可以满足软件开发的各类需求,加密算法库附有详细的函数说明及各类软件调用示例。-"sharing software encryption algorithm for" professional version is the one individual, development of shared enterprise software encryption tools support Windows platforms in various types of development tools : VC, VB, BCB, Delphi, PowerBuilder, Visual FoxPro, C#, ASP, algorithm library includes access to the computer hard disk physical sequence, sequence, function of the Main Board and various high-intensity symmetric, asymmetric algorithms. Access to the hard disk, not with the sequence partitions and formatting changes, support IDE, SCSI hard disk interface, access to the Main Board, the sequence function and support a variety of BIOS chips, These two functions can be used to facilitate the realization of a machine a code of registration. Integration Algorithm for the algor
Date
: 2008-10-13
Size
: 371.77kb
User
:
yangrui
[
Crack Hack
]
Encrypt
DL : 0
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in \"c\" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use \"~\" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)
Date
: 2008-10-13
Size
: 9.46kb
User
:
刘博
[
Crack Hack
]
实例81 用C编程获取WPS的文件密码
DL : 0
用C编程获取WPS的文件密码-C programming WPS access to the password file
Date
: 2008-10-13
Size
: 11.12kb
User
:
于健英
[
Crack Hack
]
实例81 用C编程获取WPS的文件密码
DL : 0
用C编程获取WPS的文件密码-C programming WPS access to the password file
Date
: 2025-12-22
Size
: 11kb
User
:
于健英
[
Crack Hack
]
xlspass
DL : 0
本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\doc\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~12位密码,可扩展为15位。 可先以4位数字密码来测试本程序,然后再用其它组合。 我发现网上也有类似程序,是共享程序。可能速度快一些.-this procedure will only be used for personal EXCEL forgotten password when trying to detect passwords; To reduce duplication of work and not engage in other improper use, or face the consequences of the user pays; In the text box to import Excel files a full path name, for example : C : \ doc \ book1.xls; in windos95/98/NT systems, installation of Excel97. This open source welcome interested netizens optimization. Little changes can be used to detect ACCESS, Word document passwords. Appropriate changes or additions password dictionary : dict.DIC (plain text), can improve detection rate. Detectability of a ~ 12 passwords, which can be expanded to 15. Can first four-digit password to test the procedures, and then spend the other combinations. I found that the Internet has a similar procedur
Date
: 2025-12-22
Size
: 16kb
User
:
chen
[
Crack Hack
]
encryptdll3.6.1
DL : 0
《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法,可以满足软件开发的各类需求,加密算法库附有详细的函数说明及各类软件调用示例。-"sharing software encryption algorithm for" professional version is the one individual, development of shared enterprise software encryption tools support Windows platforms in various types of development tools : VC, VB, BCB, Delphi, PowerBuilder, Visual FoxPro, C#, ASP, algorithm library includes access to the computer hard disk physical sequence, sequence, function of the Main Board and various high-intensity symmetric, asymmetric algorithms. Access to the hard disk, not with the sequence partitions and formatting changes, support IDE, SCSI hard disk interface, access to the Main Board, the sequence function and support a variety of BIOS chips, These two functions can be used to facilitate the realization of a machine a code of registration. Integration Algorithm for the algor
Date
: 2025-12-22
Size
: 372kb
User
:
yangrui
[
Crack Hack
]
jiamisuanfamokuai
DL : 1
标准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了CRC校验功能,For Delphi还增加了对DeDe的Anti代码,在代码中给出了在NT/2000/XP下关闭计算机的函。在本站提供了几款壳下载,需要的可以到“加壳技术”模块去下载,在校验的时候用得到,具体的方法在调用模块里面有。-standard algorithm module combines DES, 3DES, AES, RSA, MD5, BlowFish, TEA, RC6 algorithm standards for the integration of the algorithm package, At the same time the use of the module Anti-Debug and procedures since the checksum function (related to the shell and software CRC 32), software usage restrictions and better protect your software. The module is the author of the algorithm in detail each call, users can meet their own needs to choose. Is temporarily given in VB, VC, Delphi development of the three languages of the call, other languages can call methods and access to our contacts, can see examples of specific procedures; Update DLL is likely to be those who break the replacement of the loopholes, and the shell DLL, an increase of CRC function, For Delphi also added to the Anti De
Date
: 2025-12-22
Size
: 272kb
User
:
小强
[
Crack Hack
]
Encrypt
DL : 0
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
Date
: 2025-12-22
Size
: 9kb
User
:
刘博
[
Crack Hack
]
MAc
DL : 0
用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密。-Using C++ access to the hard drive serial number and ID card of the MAC address of the source code can be used this way md5 encryption algorithm combines encryption software.
Date
: 2025-12-22
Size
: 3kb
User
:
夏雨
[
Crack Hack
]
CSBitWiseHelper_src
DL : 0
BIT helper. code written in C++ to access bits within a byte
Date
: 2025-12-22
Size
: 4kb
User
:
afshan
[
Crack Hack
]
getdiskserial_chs
DL : 0
GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。 GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clarion。产品包里已经包含以上开发语言的调用实例。 -GetDiskSerial.DLL is a standard Windows dynamic link library, which allows you to program in your hard drive a simple access to the factory serial number. In theory, the hard disk factory serial number is unique in the world, so you can use this serial number to generate the software machine code. GetDiskSerial.DLL has successfully used in a variety of popular development languages, such as Delphi, C++ Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clarion. Product package already contains a call to an instance of the above development language.
Date
: 2025-12-22
Size
: 772kb
User
:
zengyq
[
Crack Hack
]
PassMng
DL : 0
个人密码管理工具 使用DES加密,加密后的对象序列化的方式存取。-Personal password management tool uses DES encryption, encrypted way to access the object serialization.
Date
: 2025-12-22
Size
: 80kb
User
:
whisk
[
Crack Hack
]
scanning
DL : 0
用C#来实现对局域网IP地址的扫描.获取本地主机IP地址,远程查询 ,实现网段的扫描 -To use C# to implement the LAN IP address of the scan.Access to the local host IP address ,Remote query , To achieve network segment scanning
Date
: 2025-12-22
Size
: 2kb
User
:
李斌
[
Crack Hack
]
Access
DL : 0
利用C++ Builder 6.0 编写的Access 2003密码破解软件-Using C++ Builder 6.0, prepared Password Recovery Access 2003
Date
: 2025-12-22
Size
: 687kb
User
:
skysonya
[
Crack Hack
]
C.Encryption.and.decryption
DL : 0
简单易用的数据加密和保护软件 一款可以严格控制你的计算机文件访问权的强大工具.特别是在你和别人共用一台机器的时候,你能利用来防止其他用户打开你的私人文件-Easy to use data encryption and protection software, a tightly controlled access to your computer files a powerful tool. Especially if you share a machine with others, you can use to prevent other users from opening your personal files
Date
: 2025-12-22
Size
: 164kb
User
:
李霖
[
Crack Hack
]
20
DL : 0
数据库安全技术,连接加密的数据库 数据库安全在实际中的应用 连接加密的 Access 数据库 实例说明 开发一些中小型软件时,通常都采用 Access 数据库,因为 Access 数据库体积小、比较方便。但该数据库的安全性比较低,为了防止非法 用户的入侵,通常需要为该数据库设置密码,以确保数据库中数据的安 全。本实例将对如何使用 C#连接加密的 Access 数据库进行详细讲解。 实例运行效果如图 20.1 所示。 关键技术 加密的 Access 数据库 本实例主要对 Access 数据库的连接方法进行讲解,在连接 Access 数据库时需要用到 OleDbConnection 类。下面对本实例中用到的关键技术进行详细讲解。 (1-Database security technology Link encryption database Database security in practical application And Page 2 and C# development actual combat in 1200 cases ( volume II ) 20.1 link encryption database Connect to the Access database encryption Examples of The development of some small and medium-sized software, usually using Access database, because Access The database has the advantages of small volume, convenient. But the database security is relatively low, in order to prevent illegal The user s invasion, are normally required for the database set up a password, to ensure that the data in the database. Full. The examples of how to use the C# connecting to the Access database encryption explain in detail. Examples of operating results as shown in figure 20.1. Key technology Figure 20.1 connect to the Access database encryption This example of Access database connection methods to explain, in connection with Access The database needs to use
Date
: 2025-12-22
Size
: 50.31mb
User
:
问问
[
Crack Hack
]
12212
DL : 0
连接加密的Access数据库(方法三),很不错的VB源码,适合VB爱好者学习研究。-Connection encrypted Access database (c), very good VB source code, suitable for VB enthusiasts Learning.
Date
: 2025-12-22
Size
: 3kb
User
:
truck02
[
Crack Hack
]
GetBaseString
DL : 0
c#写的关于获取本地计算机信息,在这基础上进行加密的文件-C# to write the information about access to the local computer, on the basis of the encrypted files
Date
: 2025-12-22
Size
: 126kb
User
:
高峰
[
Crack Hack
]
文件加密C++源代码
DL : 0
允许文件加密,以便保护保密的数据不会被攻击者以直接访问计算机的方式进行窃取。(This allows for file encryption in order to protect confidential data from attackers with physical access to the computer)
Date
: 2025-12-22
Size
: 6kb
User
:
春天里的野百合
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.