-
借助MIRACL大数运算库实现对共享软件的安全注册。
借助MIRACL大数运算库实现对共享软件的安全注册。-With large numbers MIRACL library to achieve the shared computing software security register.
- 2023-02-08 20:35:04下载
- 积分:1
-
pgp sdk optest
PGP Software Development Kit Cryptographic Module
Operational Test Notes
WHAT IS IT?
----------
The optest program is used as part of the FIPS 140-2 validation process.
In particular, section TE03.14.02 which requires that the tester shall
perform each of the specified services and observe that that they have
been implemented properly. As a side benefit to clients of the SDK
this code can also be used a good example of how to perform a number
of commonly used functions, whether or not the developer intends to run
in FIPS mode.
Depending on what option is chosen from the command line the following tests
will be run:
FIPS MODE SPECIFIC TESTS
------------------
- Invoke the Approved mode of operation (optest.c)
This involves Initializing the SDK, checking
- 2022-02-02 03:16:08下载
- 积分:1
-
JAVA generic class treatment (BASE64)
JAVA通用类处理(BASE64)-JAVA generic class treatment (BASE64)
- 2022-03-22 21:52:18下载
- 积分: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
-
SDES 的加密
SDES 的加密-SDES encryption
- 2022-07-06 21:02:23下载
- 积分:1
-
椭圆曲线密码体制的实现。该项目没有开发C++编译器的任何问题…
ECC Implmentation . The programme works without any problem on compiler Dev C++ available at bloodshed.
- 2023-05-12 12:15:04下载
- 积分:1
-
用C写的DES加密的一个算法。是很不错的。
用C写的DES加密的一个算法。是很不错的。-Using C written by a DES encryption algorithm. Is very good.
- 2022-02-15 16:28:55下载
- 积分:1
-
this visual basic source code,perhaps usefull 4 you
this visual basic source code,perhaps usefull 4 you
- 2022-05-09 10:55:41下载
- 积分:1
-
有关欧几里德的扩展算法,非常实用,经测试好用
有关欧几里德的扩展算法,非常实用,经测试好用- The expansion of the Euclidean algorithm, is very practical, easy to use as test
- 2022-03-12 00:54:37下载
- 积分:1
-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1