搜索资源列表
一个ascii 码值计算原代码的例子
- 一个ascii 码值计算原代码的例子 -a code ascii value of the original source code example of a ascii value of the original code examples
rsaeuroi.rar
- RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory scr
SHA1.rar
- 根据SHA-1信息摘要算法,实现对任意数据的SHA-1消息摘要算,输入信息可以是二进制,十六进制,ASCII码,汉字或英文,或者是文本文档,等各种类型的文件,运行软件后生成固定长度的消息摘要,程序能提供良好地用户界面,According to SHA-1 message digest algorithm to achieve for arbitrary data, SHA-1 message digest calculation, input information can be binary,
1
- 将一个十六位的二进制数转移成ASCII码的源程序-A binary number of 16 transfer into ASCII code source
DecodeMagStripe
- Decoding the signal from magnetic stripe card or ticket using just a simple magnetic head connected to a microphone jack. Recording an audio WAVE file, and then this information can be decoded by the 2 programs included. First program dab.c deco
UltraEdit
- UltraEdit是一套功能强大的文本编辑器,可以编辑文字、Hex、ASCII 码,可以取代记事本,内建英文单字检查、C++ 及 VB 指令突显,可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。软件附有 HTML Tag 颜色显示、搜寻替换以及无限制的还原功能,一般大家喜欢用其来修改EXE 或 DLL 文件,众多的游戏玩家喜欢用它来修改存盘文件或是可执行文件。 -UltraEdit is a powerful text editor that can edit text, Hex,
n=4Programming
- 此程序的加密原理是对文件中字符的ASCII码按照先高4位后低4位的次序分别进行加密4次(每加密一次变换一次密匙),加密后将高4位和低4位再合成新字符输入 到加密文件。加密的密匙的变化规律是:新密码为原密码异或上次加密的字符的ASCII码的高4位或者低4位。解密过程是加密的反过程。-This program is file encryption principle characters in the ASCII code in accordance with the first post-hi
rank
- 本算法与书上的相比稍微改动了一些。 因为日常加密中,明文不单是数字,经常会有字母或者其他字符出现。 本程序的思想就是先把明文以字符形式读取,转化成ASCII码,再把ASCII码转化成数字形式。 因为ASCII码共有256个也就是2的8次方,占8位二进制,把这八位二进制分为两部分,每部分占4位进行加密。 加密的算法和书上类似,先用密钥选取表,行,取反,然后与明文做异或,移位等运算。 最后得出两个4位的二进制数,合为一个,转化成十进制形式存储为密文。-The algorithm
39.3
- 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为: -Programming, the input line character output in an encrypted f
bcd
- 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii c
makefile
- 函数名称: void AscToBcd(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将ascii码转换为压缩BCD码 入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数 返 回 值: 无 相关调用: 备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len) Function: ascii code conv
0.0.1
- 解密小工具 仅能解ascII码不能输入中文 仅供学习用 -Decryption gadget only solution ASCII code can not enter the Chinese learn to use only
0X-ASCII
- OX 转换 ACSII码 源码 希望对新手有用-OX converted the ACSII code source for the novice!
ASCII-To-Hex
- ASCII码转换为十六进制数码,Windows X86 32 API-ASCII code to Hexdecimal Code converter
v5.0.0_Beta
- 一款为文字进行加密的软件。是上一个软件的升级版。通过识别不同的种子,能对文字执行不同的加密方案,使得密文有多种不同的变化。错误的种子不能得出正确的文字。加密方式:将文字转化为ASCII码,根据种子对数字进行加减。安全性一般,但能够有无数种的不同方案,还能把加解密后的文字放到qq上,比较方便的软件。-To encrypt a text software. Is a software upgrade. , Different encryption schemes can be performed b
COSC_2425_LY_Project5
- 写了一个程序名为Get_frequencies是构造一个字频表。输入 该过程应该是一个指向字符串的指针和指向256的双数组初始化 为全零。每个阵列位置是由对应的ASCII码索引。当过程 返回时,阵列中的每个条目都包含了多少次的计数对应 字符发生在字符串中。-Write a procedure named Get_frequencies that constructs a character frequency table. Input to the procedu
SkOTTable_name
- Derived http: www.unicode.org Public MAPPINGS VENDORS APPLE ROMAN.TXT . In MacRoman the first 128 code points match ASCII code points. -Derived http: www.unicode.org Public MAPPINGS VENDORS APPLE ROMAN.TXT . In MacRoman the first 128 code points m
biaodashiqiuzhi
- 表达式求值程序,很好的实现表达式的ascii码输入,到数值计算-Expression uation procedures, to achieve a very good expression of the ascii code input to the numerical calculation
Yush.java.tar
- This a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII c
0X-ASCII
- OX 转换 ACSII码 源码 希望对新手有用-OX converted the ACSII code source for the novice!