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

搜索资源列表

  1. simple_crypt(c)

    0下载:
  2. 一个简单的加密算法Kaiser(C语言实现)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:hQ
  1. des-c++

    1下载:
  2. des密码简单实现,欢迎大家交流哦,大家相互交流学习
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:263698
    • 提供者:lt
  1. rsa-c++实现

    2下载:
  2. 这是一个RSA的简单实现算法,用的是C++语言实现的.-This is a simple realization of the RSA algorithm is used in the C language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9560
    • 提供者:杜立涛
  1. C#加密指定文件 

    3下载:
  2. C#加密指定文件,浏览到想要加密的文件,可以是TXT或其它格式的文件,然后输入输入任意密钥,可以对选中的文件进行加密,由于设计出了可视化的窗体界面,因此使得本C#加密解密程序使用起来相当简单容易。
  3. 所属分类:加密解密

    • 发布日期:2012-05-30
    • 文件大小:15549
    • 提供者:popand924
  1. sha1-c

    1下载:
  2. sha1的C语言源代码,简单易学,还有案例-sha1 c code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-16
    • 文件大小:6584
    • 提供者:CaoRui
  1. AES128

    0下载:
  2. 很不错的aes C源码,简单易懂,已经过验证-AES C source code is very good, easy to understand, has been validated
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3116
    • 提供者:张树威
  1. crypt

    0下载:
  2. 一个简单加解密的小程序 -A simple encryption and decryption program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:808
    • 提供者:站长
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  1. crc.c

    0下载:
  2. crc 具体数字程序 因为c语言没怎么好好学很多函数不会用就只能用最简单的的方法写出来的白痴程序!-specific figures because the crc program c language not how a good school will not use a lot of function can only be used on the simplest way to write out the procedure an idiot!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1143
    • 提供者:hhshs
  1. MD5

    0下载:
  2. 哈希算法--MD5的简单C++实现-Hash Algorithm- MD5 simple C++ to achieve,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5039
    • 提供者:张力鹏
  1. Base64

    0下载:
  2. Base64编码的简单C++语言实现-Base64 encoding of a simple C++ Language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2335
    • 提供者:张力鹏
  1. FileEncode

    0下载:
  2. 自己编写的用C语言简单的异或算法所编写的短小精悍的文件加密程序!实现了密码加密功能!已经运行通过。非常经典,绝对是学习C语言的算法的好例子。有小又精才是最好的-I have written using C language simple XOR algorithm dapper prepared file encryption program! The realization of the encryption password! Has been running through. Very c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:190522
    • 提供者:但是借
  1. kaisa

    0下载:
  2. 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:567
    • 提供者:au
  1. SecChat

    0下载:
  2. rsa c++源码 可以实现简单的rsa算法的加解密-rsa c++ source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:125107
    • 提供者:文风
  1. DES-c

    0下载:
  2. C语言的DES算法加密,该算法较简单,不能加密文件内容-C language of the DES encryption algorithm, the algorithm is relatively simple, not the contents of encrypted files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2596
    • 提供者:那么
  1. Caesar

    0下载:
  2. 用C++6.0写得一个加解密算法,非常简单,但是对于初学者来说,是一个很经典的算法问题,尤其是对文件读取操作很有益-Written using C++6.0 of a decryption algorithm, is very simple, but for beginners, is a classical algorithm, in particular the file read operation is very useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:954
    • 提供者:RainFly
  1. rsa-cpp

    0下载:
  2. RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:8271
    • 提供者:YCLIU
  1. C.Encryption.and.decryption

    0下载:
  2. 简单易用的数据加密和保护软件 一款可以严格控制你的计算机文件访问权的强大工具.特别是在你和别人共用一台机器的时候,你能利用来防止其他用户打开你的私人文件-Easy to use data encryption and protection software, a tightly controlled access to your computer files a powerful tool. Especially if you share a machine with others, you c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:168164
    • 提供者:李霖
  1. RSA

    0下载:
  2. 简单的C程序实现RSA加密过程,程序简单易懂,仅供参考!~-Simple C program to achieve RSA encryption process, the program is simple to understand for reference purposes only! ~
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:435563
    • 提供者:Nren
  1. c++字符串简单加密

    0下载:
  2. 这是一个c++字符串简单加密Demo,可以参考学习。(This is a c + + string simple encryption Demo, you can refer to the study.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:lining100
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com