-
encrypt image
加密数字图像的主要源码 加密数字图像的主要源码-encrypt image
- 2023-04-06 13:20:04下载
- 积分:1
-
Ecc 160bit
ECC(Elliptic Curves Cryptography)加密算法是一种公钥加密算法,与主流的RSA算法相比,ECC算法可以使用较短的密钥达到相同的安全程度。此文档是160bit的C++源代码.
- 2022-02-04 22:09:49下载
- 积分:1
-
HILL PROGRAMMING
COURSE DESIGN FOR CRY
HILL PROGRAMMING
COURSE DESIGN FOR CRY-COURSE
- 2022-04-07 17:55:19下载
- 积分:1
-
java加密源代码,
java source code for cryptography,
including all kinds of classes.-java source code for cryptography, including all kinds of classes.
- 2022-04-07 02:10:11下载
- 积分:1
-
用C写的两个安全算法DES和MD5
水平有限
大家多指教
用C写的两个安全算法DES和MD5
水平有限
大家多指教-C wrote two security MD5 and the DES algorithm is limited enlighten everyone
- 2022-05-14 13:11:51下载
- 积分:1
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
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
- 2023-06-18 10:00:03下载
- 积分:1
-
Super rabbit has a file encryption, file is encrypted then, open the file, back...
超级兔子有一个文件加密功能,文件被加密以后,打开该文件时,回转到控制面板,可是我们忘了密码怎么办呢?这里提供了一个简单方法-Super rabbit has a file encryption, file is encrypted then, open the file, back to the control panel, but we forget the password how to do? Here provides a simple way
- 2022-09-12 14:50:03下载
- 积分:1
-
是大方的师傅是大方的师傅说的是大方的师傅的师傅说的
是大方的师傅是大方的师傅说的是大方的师傅的师傅说的-的师傅的师傅是大方的师傅都是
- 2022-08-08 04:36:25下载
- 积分: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
-
RC4加密源代码,用C++编写,全套源代码,很齐全,测试过没有任何问题放心使用...
RC4加密源代码,用C++编写,全套源代码,很齐全,测试过没有任何问题放心使用-RC4 encryption source code, using C++ Prepared a full set of source code, it is complete, tested ease of use there is no problem
- 2023-07-26 12:10:04下载
- 积分:1