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

搜索资源列表

  1. WebService_Source

    1下载:
  2. 字符串加密解密WebService服务的源码。 很简单的字符串加解密程序,是用C#在ASP.NET环境下编写,并应用于WebService服务上的源码。 VS2003环境中编译通过。-string encryption and decryption WebService the source. Very simple string encryption and decryption process, the C# ASP.NET environment in the preparatio
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17055
    • 提供者:杨扬
  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-09
    • 文件大小: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-06
    • 文件大小:2982
    • 提供者:metr0
  1. C

    0下载:
  2. 实现一个简单加解密系统,要求如下: (1)输入要加密的原文,长度不小于30个字母; (2)输入密钥长度L及用来产生密钥的英文字母(个数>=L); 注:一个有效的密钥由L(3<=L<=15)个小写英文字母组成,至少有一个元音字母( a , e , i , o 或者 u ),至少有两个辅音字母(除去元音以外的字母)。 (3)选择加密功能,可对原文进行加密; (4)选择解密功能,可对密文进行解密。 -Implement a simple encryption an
  3. 所属分类:Windows Develop

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

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

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

    0下载:
  2. 利用C++实现:古典密码仿射变换\LFSR及流密码\生成非线性序列\DES算法的加、解密运算,前面几个较简单,DES算法的效果还可以-Using C++ implementation: Classical password affine transformation \ LFSR and stream password \ generate nonlinear sequences \ DES algorithm for encryption and decryption operations,
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:79617
    • 提供者:tang
  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. hash.c

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

    • 发布日期:2017-04-10
    • 文件大小:715
    • 提供者:ivanleung
  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. FileEncry

    0下载:
  2. C#编写的一个简单文件加解密程序,根据输入的密钥产生Key和IV。-C# prepared by a simple file encryption and decryption procedures, based on the input key Key and IV.
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:69172
    • 提供者:李磊
  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-07
    • 文件大小: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-24
    • 文件大小:2048
    • 提供者:1024kb
  1. test

    0下载:
  2. 在使用RSA进行相应的加解密过程,用简单的c语言实现过程,仅供参考。(The corresponding encryption and decryption process can be carried out)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:456704
    • 提供者:LIICUN
  1. 加解密处理系统

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

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:三——千
  1. 简单加解密

    0下载:
  2. C++简单的加解密工具请大神指教,新人测试代码!为什么说明要这么长(C++Simple encryption and decryption tools please God instructs, new test code! Why is it so long?)
  3. 所属分类:中间件编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:爱哭吗
« 12 »
搜珍网 www.dssz.com