CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 文件编码

搜索资源列表

  1. Morse_code

    0下载:
  2. 编写一个程序,读入一个由英文单词组成的文件1.txt,然后把它编码成摩尔斯码写入文件2.txt,同时,根据声音长短发声(点号发短音,破折号发长音)。-The preparation of a program, read a document composed of English words 1.txt, and then encoding it into Morse code into the file 2.txt, at the same time, according to the le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:819
    • 提供者:风清扬
  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1044211
    • 提供者:张波
  1. c-md2

    0下载:
  2. c/c++编写Md2加密算法,数据加密的基本过程就是对原来为明文的文件或数据按某种算法进行处理,使其成为不可读的一段代码,通常称为“密文”,使其只能在输入相应的密钥之后才能显示出本来内容,通过这样的途径来达到保护数据不被非法人窃取、阅读的目的。 该过程的逆过程为解密,即将该编码信息转化为其原来数据的过程。-c/c++ write Md2 encryption algorithm, data encryption, the basic process is to express the origi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2670
    • 提供者:jason
  1. c-md5

    0下载:
  2. 数据加密的基本过程就是对原来为明文的文件或数据按某种算法进行处理,使其成为不可读的一段代码,通常称为“密文”,使其只能在输入相应的密钥之后才能显示出本来内容,通过这样的途径来达到保护数据不被非法人窃取、阅读的目的。 该过程的逆过程为解密,即将该编码信息转化为其原来数据的过程。 是MD5算法设计 -The basic process of data encryption is to express the original documents or data processed by a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2019
    • 提供者:jason
  1. AES

    0下载:
  2. AES是一种对称密码算法,在密码学中有重要的意义,这个文件能让你的这个算法有充分的了解里面还有一些重要过程的编码实现,用c语言实现-AES is a symmetric encryption algorithm, cryptography has important significance. This file allows you to fully understand the algorithm and some important processes inside the code to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:409495
    • 提供者:林宝源
  1. 12

    0下载:
  2. 基于c语言的哈夫曼编码对文件加密程序,可以运行-Huffman code based on c language program for file encryption, you can run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2329
    • 提供者:王树
  1. kaisajiami

    0下载:
  2. 编写凯撒加密、解密编码程序 要求:1)分别实现对文字和对文件的加密和解密 2)密钥由用户输入-Writing Caesar encryption, decryption, encoding process requires: 1) are the files to realize the text and the encryption and decryption 2) key input by the user
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:563
    • 提供者:林诗
  1. huffuman00xiao

    0下载:
  2. 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:221582
    • 提供者:
  1. DES

    0下载:
  2. DES编码,visual studio 2008 完整代码,包括输入输出文件也已给出-DES code, visual studio 2008 full code, including input and output files have also been given
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:487307
    • 提供者:李玉婷
  1. java_security_sdk

    0下载:
  2. 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:212631
    • 提供者:鹿淑煜
  1. CPPMD5

    0下载:
  2. C++编写程序,完成hash函数的MD5功能,生成校验码。对文件和字符串进行MD5 编码,生成128bit的数据-C++ programming, file and string MD5 checksums generated 128bit data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5224
    • 提供者:丹丹
  1. M-Tool

    1下载:
  2. 用C#实现的DES/3DES加解密和多种数据编码格式的转换及JAVA CARD cap文件的解析。-DES/3DES implemented in C# and a variety of encryption and decryption of data encoding format conversion and JAVA CARD cap file parsing.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2443139
    • 提供者:
  1. Base64_MFC

    0下载:
  2. 信息安全技术的实验,使用MFC实现BASE64的编码,对字符串以及文件均可使用-Information security technology experiments, using the MFC implementation of BASE64 encoding of the string and the file can be used
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-18
    • 文件大小:27990207
    • 提供者:luye
  1. CRC32

    0下载:
  2. 高效率的文件或者串CRC32编码,可以应用于任何工程-The file or string of high-efficiency coding CRC32
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:50031
    • 提供者:水木
  1. Base64

    0下载:
  2. 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:167202
    • 提供者:soul
  1. ersgfregt

    0下载:
  2. 霍夫曼编码算法的C语言实现,包含完整的工程文件,编译通过。-Huffman coding algorithm in C language, contains a complete project file and compile.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:170681
    • 提供者:RAINY
  1. KeyGeneratorExample

    0下载:
  2. Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6847
    • 提供者:lws
  1. ipmsg211src

    0下载:
  2. 飞鸽传书 (IP Messenger V2.06)是一款基于 TCP/IP(UDP)的局域网内即时通信软件,2.00以上版本支持局域网内发信息、传送文件、文件夹、多文件(或文件夹),通讯数据采用 RSA/Blofish 加密 (2.00版以上),速度非常快,采用BSD License开源许可协议发布。。最新版(2.50 alpha6)的Log文件支持 UTF-8编码格式,增加了气球提示。-IP Messenger (IP Messenger V2.06) is a based on TCP/IP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11760145
    • 提供者:吴飞
  1. EasyEcforCMD

    0下载:
  2. 命令行Encode编码程序,支持3种编码方式 ascii、xor和base64,支持参数和文件2种输入输出方式,方便Shell编程-Command line encoder program supports three kinds of encoding, two kinds of input and output parameters and file support to facilitate Shell Programming
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:9328
    • 提供者:wwc
  1. Encryption

    0下载:
  2. 用多表代替密码编码对指定文本文件的内容进行加密。用了密钥字法、洗牌法和公式法。-Multi-table instead of the password encoding to encrypt the contents of the specified text file. With the key word method, shuffling method and formula method.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:1130
    • 提供者:nurala
« 1 23 »
搜珍网 www.dssz.com