-
IDEA(1/8) 功能模型,用matlab语言实现
IDEA(1/8) 功能模型,用matlab语言实现-IDEA (1/8) functional model, using matlab language implementation
- 2022-02-13 05:06:35下载
- 积分:1
-
一个可以锁定硬盘的程序
a program that can lock the hard disk -a program that can lock the hard disk
- 2022-01-26 08:02:21下载
- 积分:1
-
tc 2.0 文件加密
tc 2.0 文件加密-tc 2.0 file encryption
- 2022-02-13 13:29:11下载
- 积分:1
-
NTL 大数运算库 专门RSA等加密算法运算库
NTL 大数运算库 专门RSA等加密算法运算库-Large numbers operator NTL library dedicated RSA encryption algorithm such as library operations
- 2022-01-25 16:00:42下载
- 积分:1
-
BlowFish算法的压缩源码
BlowFish算法的压缩源码-BlowFish compression algorithm source code
- 2022-03-06 04:47:06下载
- 积分:1
-
应用密码学密码算法源代码
应用密码学密码算法源代码-password algorithm source code
- 2023-03-25 13:25:04下载
- 积分:1
-
File Encryption Utility (using Blowfish encryption algorithm to document the int...
File Encryption Utility(使用Blowfish算法给文件加密的完整程序)VC 源代码-File Encryption Utility (using Blowfish encryption algorithm to document the integrity of procedures) VC source code
- 2022-07-24 00:02:11下载
- 积分: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
-
数据加密标准 (DES) 关键时间表
此代码提供关键时间表中的数据加密标准 (DES),这是生成子密钥的算法的实现的。
• 输入: (长度 (64 位) 的任何字符串。
• 输出: 16 子键产生的 DES (每个 48 位长度)。
如何使用它:
1.>> K = DES_KeyScheduling %会创建一个类 "DES_KeyScheduling" 的对象。
2.>> K.KEY_STRING = "密码" %设置的加密密钥值。
3.>> K.printPC2() %打印输出的置换选择 2 (PC-2) (也称为 x 16 48 及其子键) 无压痕。用来调用函数 1 "K.printPC2(1)" 要输出带缩进值。
- 2023-08-24 20:00:03下载
- 积分:1
-
写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。
程序的输出应该进入一个文件以同一个文件名,但...
写专属或加密程序。 程序应该采取作为输入由程序然后加密的文件名。 程序应该要求用户输入密钥,应该用于加密文件。
程序的输出应该进入一个文件以同一个文件名,但.ENC引伸。-Write an exclusive-OR encryption program. The program should take as input a filename that is then encrypted by the program. The program should ask the user to input an encryption key, which should be used to encrypt the file.
The output of the program should go into a file with the same filename but a .ENC extension.
- 2022-08-17 16:43:26下载
- 积分:1