-
A5加密算法
个人编写的简单gsm保密A5算法,思路有点凌乱, a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法a5算法
- 2022-04-15 02:56:05下载
- 积分:1
-
DES加密算法C语言实现,我以将它成功的移植到Nios处理器上
DES加密算法C语言实现,我以将它成功的移植到Nios处理器上-DES encryption algorithm C language, I would like to be transplanted to the success of the Nios processor
- 2022-02-03 01:20:59下载
- 积分:1
-
加密算法之一加密算法a
加密算法之一加密算法a-encryption algorithm encryption algorithm a
- 2022-05-26 18:24:47下载
- 积分:1
-
This program encodes and decodes a character using the Vigenere Square method
This program encodes and decodes a character using the Vigenere Square method
- 2022-01-26 03:25:56下载
- 积分:1
-
TRegware时间炸弹,可以根据自己需要调整。(有源代码)工作在:D5 D6。作者:Winston Kotzan。...
TRegware时间炸弹,可以根据自己需要调整。(有源代码)工作在:D5 D6。作者:Winston Kotzan。-TRegware time bombs, can be adjusted according to their own. (Source code) work: D5 D6. Author: Winston Kotzan.
- 2022-02-28 17:31:49下载
- 积分: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
-
MD5 加密算法 Delphi 源码。 编译为dll文件,方便其他语言的系统调用...
MD5 加密算法 Delphi 源码。 编译为dll文件,方便其他语言的系统调用-MD5 encryption algorithm Delphi source. Dll file to compile and facilitate language system calls
- 2022-03-19 06:58:45下载
- 积分:1
-
DES加密代码,是研究密码加密的基础,希望大家能有所收获
DES加密代码,是研究密码加密的基础,希望大家能有所收获-DES encryption code, password encryption is to examine the basis for hope that we can gain
- 2023-08-27 10:45:03下载
- 积分:1
-
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应...
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。-DES (Data Encryption Standard) algorithm, in 1977 the United States government"s official permission, is a key 56 to 64-bit data encryption methods. DES algorithm to be applied to many needs security encryption occasions.
- 2022-07-13 23:35:34下载
- 积分:1
-
BASE64编码的实现
BASE64编码的实现-BASE64 encoded realize
- 2022-03-21 22:34:01下载
- 积分:1