-
BlowFish加密算法
BlowFish加密算法-BlowFish encryption algorithm
- 2022-03-31 14:56:26下载
- 积分:1
-
Elliptic curve public key cryptography algorithms can be used for encryption and...
椭圆曲线公钥密码算法,可用于加密和数字签名等应用,该版本算法是有限域GF(p)上的算法-Elliptic curve public key cryptography algorithms can be used for encryption and digital signature applications, the version of the algorithm is a finite field GF (p) the algorithm
- 2022-02-06 01:25:41下载
- 积分: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
-
KeePassX password protection for the safety of the use of high
KeePassX用于保护密码的安全,使用了高强度的加密数据库-KeePassX password protection for the safety of the use of high-strength encryption database
- 2022-07-23 03:04:37下载
- 积分:1
-
16c84
基于16C84做的智能卡程序,可以实现智能设置。-16C84-based smart card to do the procedure, you can realize the smart set.
- 2022-02-06 11:45:31下载
- 积分:1
-
为歌手投票:1、检测出最高分和最低分,然后求出平均分
2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。
在求出最大...
为歌手投票:1、检测出最高分和最低分,然后求出平均分
2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。
在求出最大值和最小值时还要捕获数组b的下标,即得到评委的序号-Vote for the singers: 1, detected the highest points and lowest points, and then calculated the average sub-2, calculation of all the judges scoring with an average score of poor in absolute terms, the absolute value of big is
- 2022-02-20 11:00:37下载
- 积分:1
-
lot of the encryption algorithm to achieve C
很多加密算法的C实现-lot of the encryption algorithm to achieve C
- 2022-02-09 16:41:51下载
- 积分:1
-
DES算法的标准
DES算法的标准-DES algorithm standard
- 2022-10-05 09:20:03下载
- 积分:1
-
sha加密算法实现,经过FPGA验证的!
sha加密算法实现,经过FPGA验证的!-sha encryption algorithm, after FPGA validation!
- 2023-08-13 19:25:04下载
- 积分:1
-
一个简单的ECC实现源代码,用C++编写,还包含文字说明
一个简单的ECC实现源代码,用C++编写,还包含文字说明-ECC realize a simple source code, using C++ Prepared, also contains text descriptions
- 2022-04-15 01:56:10下载
- 积分:1