-
DES加密算法实现的C++类
DES加密算法实现的C++类-DES encryption algorithm realization C kind
- 2022-08-20 08:53:25下载
- 积分:1
-
DiffleHuman
java 实现 DiffleHuman密钥分配(key distribution by difflehuman )
- 2013-05-06 18:25:03下载
- 积分:1
-
1: 注册系统热键(还有自定义消息函数)
2:托盘图标的简单建立
3:选择文件夹的对话框
4:打开和关闭一应用程序(打开进程)
5:对文件的超简...
1: 注册系统热键(还有自定义消息函数)
2:托盘图标的简单建立
3:选择文件夹的对话框
4:打开和关闭一应用程序(打开进程)
5:对文件的超简单读和写
6:找到程序自己所在的路径
7:包含列举所有进程-1 : Registration System hotkeys (and the news function from the definition) 2 : Icon in the establishment of three simple : choose the folder dialog 4 : Open and close one application (open process) 5 : Ultra-right paper and write a simple 6 : procedures to find the path where 7 : The list contains all the processes
- 2022-08-03 05:55:31下载
- 积分:1
-
1. This program will all possible symbols in English and in the definition of th...
1.本程序将所有可能出现的英文和符号定义在ASCII表中的“000--255”中的256个常用字符
2.在实现2的基础上,实现控制台对英文文本文件(注意明文和密文都以文件形式存在)的加解密
形式:cipher 源文件名 目的文件名 密钥 E/D(标示加解密)说明:对于加密来说,源文件名就是明文,对于解密来说,源文件名就是密文-1. This program will all possible symbols in English and in the definition of the ASCII table, "000-- 2 55 "of 256 commonly used characters in two. in achieving two on the basis of Console achieve the English text files (and expressly close attention to the text of a document form) encryption forms : cipher source document file names Key E/D (marked increase declassified) Note : For encryption, source file name is expressly for declassification, the source file name is ciphertext
- 2022-05-25 21:59:44下载
- 积分:1
-
geffe
标准的Geffe密钥流序列生成器,它由3个LFSR线性反馈移位寄存器和非线性组合子系统组成。供交流和学习。(Standard Geffe key stream sequence generators, which consists of three linear feedback shift register LFSR and nonlinear combination subsystems. For communication and learning.)
- 2020-07-09 17:28:55下载
- 积分:1
-
its cryption for stream cipher
its cryption for stream cipher
- 2022-05-24 19:18:20下载
- 积分: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
-
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
-
OnlyYouKnow
账号管理软件,高等级加密。功能简单,但安全等级高(Account management software, high-grade encryption)
- 2014-02-23 13:07:15下载
- 积分:1
-
介绍如何对共享软件加密。针对菜鸟!文档!
介绍如何对共享软件加密。针对菜鸟!文档!-how to share encryption software. Against a birdie! Document!
- 2022-01-25 17:45:22下载
- 积分:1