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

搜索资源列表

  1. kaiser

    0下载:
  2. 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1538
    • 提供者:stop
  1. main

    1下载:
  2. 用C++简单实现RSA算法对字符串的加解密,简单易懂
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10459
    • 提供者:孙秋英
  1. Cryption-Vcdkey-Jeff

    0下载:
  2. 怀恋Dos时代吗? 这里有一个Dos下的加/解密软件[提供原代码!],叫做VCDKEY,你可能要奇怪为什么叫VCDKEY?这要从上大学时候说起了:大学时候,有个铁哥们叫做\"小胖子\",此兄爱看VCD碟子,于是经常租碟在自己电脑上看,而且还经常将一些喜欢的精彩片段辑录到电脑中,而其人缘极好,经常有人去他电脑上玩,但他又不愿意让别人看到他录下的东西!有天,他跟我谈到了他的苦衷,于是,我决定为我的哥们写个东西,于是就有了这个东西! 其实,它的原理很简单,就是文件各字节的异或,但是要配合好字节的异或却
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:51788
    • 提供者:杰弗雷
  1. Encryption-and-decryption

    1下载:
  2. C#开发的一款简单的可逆加密解密小软件,使用8位加密密钥。-Encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:64958
    • 提供者:lxw
  1. crypt

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

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

    1下载:
  2. 用C语言简单实现了simple版本的DES密码的加密和解密,但不能对汉字加解密-Simple to use C language to achieve a simple version of the DES encryption and decryption, but not for encryption and decryption of Chinese characters
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-04-20
    • 文件大小:1984
    • 提供者:JoeWang
  1. DesEncDec

    0下载:
  2. 简单实现DES加解密的代码。自己写的.可实现DES的加解密。也可按照算法实现三重DES加解密-C++ code,encryption-decryption wiht DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2982
    • 提供者:metr0
  1. SecChat

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

    • 发布日期:2017-04-01
    • 文件大小:125107
    • 提供者:文风
  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. Crypto-2011-3-22

    0下载:
  2. crypt编程,使用C++进行简单的封装,加解密字符串。-crypt programming, using C++ for a simple package, encrypt and decrypt a string.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:594434
    • 提供者:huang
  1. hash.c

    0下载:
  2. HASH加密源码,简单实用的加密方法,一个函数即可实现加/解密-  Hash encrypt/dencrypt source.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:715
    • 提供者:ivanleung
  1. 2

    0下载:
  2. aes加密解密完整可编译的C代码,可以使加解密变得简单-dfs sfdsf
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:3921
    • 提供者:海海
  1. Desktop

    0下载:
  2. C++实现Caeser加解密哦,操作方便简单,代码不长,阅读起来也比较的简单易懂-C++ achieve Caeser encryption and decryption Oh, easy to operate and simple, the code is not long, reading it is relatively easy to understand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1088
    • 提供者:林秀
  1. AES

    0下载:
  2. 简单的基于C#的AES加解密程序,有界面-Simple C#-based AES encryption and decryption program interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:270869
    • 提供者:张玢
  1. RSA

    0下载:
  2. C#实现RSA算法对文件的加解密,简单易懂,有益于掌握-C# realize RSA algorithm of file encryption, easy to understand, is conducive to grasp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1226788
    • 提供者:miqiaoyu
  1. SPN加密及解密

    0下载:
  2. 完成SPN的加解密实现,使用语言是C++,简单易懂(SPN encryption and decryption to achieve the realization of the use of language is C++, easy to understand)
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:1024kb
  1. 加解密处理系统

    0下载:
  2. 对文档内容进行简单的加解密操作,来保护自己的隐私。基于c的小程序(A simple encryption and decryption operation for the content of the document)
  3. 所属分类:加密解密

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:三——千
搜珍网 www.dssz.com