-
MD5加密算法vc实现
MD5加密算法vc实现-MD5 encryption algorithm to achieve vc
- 2023-01-24 07:15:03下载
- 积分: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
-
这个类有一个方法叫make_crc,获取一个字节流和开始/结束…
The class has a methode named make_CRC that gets a byte stream and start/end offsets then calculate and return a 16 bit CRC according to determined POLYNAMIAL.The POLYNAMIAL is a private field of the class.
- 2023-01-18 02:15:04下载
- 积分:1
-
des数据加密标准算法描述
des数据加密标准算法描述-des data encryption standard algorithm description
- 2022-12-18 14:20:02下载
- 积分:1
-
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是...
多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
- 2022-03-13 06:04:47下载
- 积分:1
-
密码你写的数字理论算法的C++语言,窗口版本
密码大家Shoup写的数论算法c语言实现,windows版本-password you write the number theory algorithm c language, windows version
- 2022-07-06 18:30:02下载
- 积分:1
-
java java java ECC ECC E
java ecc java ecc java e-java eccjava eccjava eccjava eccjava ecc
- 2022-07-27 19:53:30下载
- 积分:1
-
sdffsadfasfsadfasdfasdfasdfsadfxc
dfasdfjaslkdfjlska jflkasf
sadflaksdjflkasdj...
解放勒克司的可是酱豆腐了喀什觉得立刻电视机分厘卡技术副教授打开浪费拉扩大撒飞机昆仑山搭街坊-sdffsadfasfsadfasdfasdfasdfsadfxc
dfasdfjaslkdfjlska jflkasf
sadflaksdjflkasdjfs
fasjdflkas
- 2022-06-14 10:56:18下载
- 积分:1
-
DES加密算法实现的C++类
DES加密算法实现的C++类 -DES cryptographic algorithm for C
- 2022-10-27 12:10:03下载
- 积分:1
-
解NT密码的源程序
解NT密码的源程序-Crack NT password
- 2022-05-07 00:39:31下载
- 积分:1