-
使用自定义密码 进行文件加密
使用传入密码生成 SymmetricAlgorithm...
使用自定义密码 进行文件加密
使用传入密码生成 SymmetricAlgorithm-You can encrypt and decrypt file with your password.
- 2022-10-18 02:00:04下载
- 积分:1
-
its cryption for stream cipher
its cryption for stream cipher
- 2022-05-24 19:18:20下载
- 积分:1
-
Verilog of MD5 algorithm is realized, includes testbench at the same time .
MD5算法的verilog实现,同时包含有testbench。-Verilog of MD5 algorithm is realized, includes testbench at the same time .
- 2022-05-09 05:18:47下载
- 积分:1
-
提供加密的聊天程序。使用对称加密算法…
提供加密的c/s 聊天程序。用到对称加密算法和非对称加密算法,实现客户服务器的安全聊天-Provide encrypted c/s chat program. Using symmetric encryption algorithms and asymmetric encryption algorithms, to achieve the security of client-server chat
- 2022-05-21 16:34:45下载
- 积分:1
-
一些常用编码,加密算法的c/c++代码,包括,base64,sha1,des,md5等...
一些常用编码,加密算法的c/c++代码,包括,base64,sha1,des,md5等-Some commonly used encoding, encryption algorithm c/c++ Code, including, base64, sha1, des, md5, etc.
- 2022-02-07 00:24:25下载
- 积分:1
-
一些加密算法的介绍,可对文件或字符串加密
一些加密算法的介绍,可对文件或字符串加密-some encryption algorithm, the right documents can be encrypted or string
- 2022-04-22 08:56:17下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
极好的加密程序,DES的接班人,源码是DEHLPHI的Pascal,编译后可直接运行...
极好的加密程序,DES的接班人,源码是DEHLPHI的Pascal,编译后可直接运行-Excellent encryption, DES s successor, is DEHLPHI source of Pascal, the compiler can be run directly
- 2023-07-04 04:20:02下载
- 积分:1
-
游戏修改器 游戏修改器
游戏修改器 游戏修改器 -Play games Modifier Modifier Modifier games
- 2022-03-23 17:54:49下载
- 积分:1
-
VHDL实现128bitAES加密算法 LOW AREA节约成本的实现 DATA FLOW为8bits
VHDL实现128bitAES加密算法 LOW AREA节约成本的实现 DATA FLOW为8bits-VHDL realize 128bitAES encryption algorithm LOW AREA realize cost-saving DATA FLOW for 8 bits
- 2022-01-26 07:06:10下载
- 积分:1