-
AES
aes算法 支持字符串 文件加密密 (aes cryto)
- 2013-02-02 01:18:18下载
- 积分:1
-
创建一个经过加密的软件系统信息文件,在软件启动时会校验这些信息,判断是授权用户在使用该软件。...
创建一个经过加密的软件系统信息文件,在软件启动时会校验这些信息,判断是授权用户在使用该软件。-create an encrypted document information system software, the software will start checking the information, and judgment is authorized users in the use of the software.
- 2022-10-31 06:25:02下载
- 积分:1
-
Rijndael,实现AES的算法,附带了源代码和flash演示文件,讲解的很详细!...
Rijndael,实现AES的算法,附带了源代码和flash演示文件,讲解的很详细!-Rijndael, the AES algorithm realize, comes with source code and the flash presentation to explain the great detail!
- 2022-04-19 16:21:12下载
- 积分:1
-
ECC
椭圆曲线的实现(ECC),椭圆曲线算法是代数几何、数论等多个数学分支的一个交叉点,一直被人们认为是纯理论学科。而椭圆曲线密码体制,是基于椭圆曲线离散对数问题的一种公钥密码体制(Realization of elliptic curves (ECC), elliptic curve algorithm is algebraic geometry, a number of mathematical intersection of number theory and other branches, has been considered a purely theoretical discipline. The elliptic curve cryptosystem is based on elliptic curve discrete logarithm problem as a public-key cryptosystem)
- 2014-05-09 19:32:34下载
- 积分:1
-
aes_des
AES DES 算法 实现 xcbc cmac ecb cbc ofb cfb pcbc ctr (AES, DES algorithm XCBC cmac ECB CBC ofb CFB PCBC CTR)
- 2015-07-30 09:38:56下载
- 积分:1
-
MixedCS
说明: 混合加密系统,支持多种加密方式混合加密系统,支持多种加密方式(Hybrid encryption system)
- 2010-03-19 10:25:50下载
- 积分:1
-
Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统...
Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥单向加密技术渗透到了后面的几个程序中。对于反拷贝加密,采用了随机的软指纹生成技术,可生成唯一密钥母盘。硬盘反拷贝在硬盘里产生四密钥,在非母机上程序运行错误。反反汇编可将整个文件的内容加密变换。反跟踪采用了目前十余种通用的反跟踪算法。可抵抗DEBUG系列软件。批处理和文本加密十分方便,但保密性不太强,只能用于一般用户。-Lock function is a more comprehensive encryption software. It has a wide variety of encryption programs : documents such as password encryption, anti-copy document encryption, hard disk encryption software, the installation of encryption, encrypted text, etc. batch encryption. C system is written and compiled, from the external links in the main module. Separately compiler, debugger alone. EXE executable/COM procedures encryption module has been tested over a long period of analysis, their performance has very stable. Good portability and compatibility. In addition, the implementatio
- 2022-10-06 16:00:03下载
- 积分:1
-
公钥加密程序,采用非对称密钥,这里以类的形式调用
公钥加密程序,采用非对称密钥,这里以类的形式调用-Public key encryption procedures, the use of non-symmetric key, where to type the form of call
- 2022-07-02 03:55:21下载
- 积分:1
-
MD5
十分 规范完整 详细的MD5 消息摘要算法(Very standard complete detailed MD5 news the algorithm
)
- 2011-06-17 12:06:26下载
- 积分:1
-
使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即...
使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80 - 84 为特殊磁道,通常用来加密 ) sector 扇区号,范围 0 - 255 ( 19 - 255 为非标准扇区编号,通常用来加密) nsectors 每次读或写的扇区数,不能超出每磁道的最大扇区数 buffer 数据写入或读出的缓冲区,大小为 512 个字节 返回值 ( 同 Int 13H ): 0x0 成功 0x1 无效的命令 0x3 磁盘被写保护 0x4 扇区没有找到 0xa 发现坏扇区 0x80 磁盘没有准备好-using the API programming, formatting and testing literacy and special sectors. Windows can be used as a disk encryption. This function has the following two shortcomings to be improved : 1. This function can only be read, read A : and B : that only the right to operate two floppy disks. No change disk sector size, the standard is only 512 bytes. Parameter Description : command operations : 0 Reading 2 replacement disk write Sector Sector 3 4 5 checksum track to be formatted track eight equipment parameters (int 1EH) drive drive
- 2022-08-22 04:00:28下载
- 积分:1