CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 对称加密

搜索资源列表

  1. DES

    0下载:
  2. 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:251425
    • 提供者:孟听
  1. 1

    0下载:
  2. 参照PGP,实现一个文件加密系统,包括对称加密,非对称加密和数字签名等功能。 可选开发语言工具:Openssl VC .net java -Reference to PGP, the realization of a file encryption system, including symmetric encryption, asymmetric encryption and digital signature functions. Optional tool for the
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6052498
    • 提供者:Albin
  1. FileEncryptionAndDecryption

    0下载:
  2. C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:27979
    • 提供者:赵世玉
  1. EncryptedTcp

    0下载:
  2. 利用同步TCP传递会话数据,包含客户端和服务器端,使用不对称加密算法加密对称加密算法的密钥,使用对称算法加密会话信息-The use of simultaneous TCP transfer session data, including client and server side, using an asymmetric encryption algorithm to encrypt the symmetric key encryption algorithm, using symmetri
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:95237
    • 提供者:hl790
  1. SymmetricAlgorithms_mod

    0下载:
  2. 选择某种对称算法对所要的文字进行加密,导出加密后txt-Choose a symmetric algorithm to encrypt the text to be derived encrypted txt
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:68725
    • 提供者:刘晓琼
  1. CSharp_password

    0下载:
  2. C#非对称加密例子,供大家下载学习,不可多得 的好例子。-C# example of asymmetric encryption for all to download the study, a rare good example.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:68296
    • 提供者:Jianbin
  1. 43.encryption-of-tcehnique

    0下载:
  2. DES加密技术,一种现代的常用非对称加密技术。-DES,one encryption of tcehnique
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:50701
    • 提供者:林敏
  1. Security

    0下载:
  2. 字符串、长文本加密 支持MD5、SHA1、DES、对称加密、MD5 16位、MD5 32位、可逆和不可逆的加密-MD5 SHA1 DES MD516 MD532
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2598
    • 提供者:wen
  1. RSA-encryption-between-CSharp-and-java

    0下载:
  2. 关于不对称加密算法 RSA 在.Net平台与Java平台的互通互用的原理、例子参考,难得的整理-it s an example and practical exercise for RSA encryption algorithm on .Net and java platform ,how to compatible with each other
  3. 所属分类:CSharp

    • 发布日期:2017-10-30
    • 文件大小:337996
    • 提供者:蓝鸥
  1. RSA

    0下载:
  2. 文件里包含了头文件(rsa.h),主函数(main.c)还有rsa.c。用C语言实现的一种非对称加密算法。拿出来给大家分享一下-The file contains header files (rsa.h), the main function (main.c) rsa.c. A non-symmetric encryption algorithm with C language. Out for everyone to share
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:4153
    • 提供者:陈家豪
  1. Test

    0下载:
  2. 用对称加密算法和MD5散列函数实现加解密-With a symmetric encryption algorithm and MD5 hash function to achieve encryption and decryption
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:10954
    • 提供者:zhengtianjiao
  1. DesCrack

    0下载:
  2. assembly> <name>ZYBEncrypt</name> </assembly> <members> <member name="T:ZYBEncrypt.Rijndael_"> <summary> Rijndael </summary> </member> <member name="M:ZYBEncrypt.Rijndae
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:13896
    • 提供者:wentsun
  1. CPPaCSharp-COM

    0下载:
  2. 本代码演示了C#调用C++,C++调用C#,C#用COM封装了对称加密算法,再用C++将C# COM封装为标准windows dll, C++标准dll可供其它语言使用,如java、delphi……,项目中演示了改dll的C#调用和VC调用。 - This code demonstrates
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:312649
    • 提供者:feng1433
  1. SecurityCryptography

    0下载:
  2. C# des对称加密字符串实例,请在编译运行的控制台窗口中输入想要加密的字符串,按回车即可加密该字符串,应用DES对称加密算法来实现。程序首先创建一个文件对象,访问权限是可写的,然后将该字符串转换成字节,创建一个DES算法的加密类,从DES算法的加密类对象的CreateEncryptor方法,创建一个加密转换接口对象。在此说明一下,代码中的CryptoStream对象的作用是将数据流连接到加密转换的流,将字节数组中的数据写入到加密流中实现加密,最后关闭加密流对象。-C# des instanci
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6657
    • 提供者:gpudn17
  1. Lab2

    0下载:
  2. 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:12254099
    • 提供者:
  1. kg

    0下载:
  2. 序列密码KG,可用于对称密码加密等,适合对称密码课提交作业使用。-sequential cipher KG,Can be used for symmetric encryption, etc., suitable for the use of symmetric cryptography class assignments.
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:5685
    • 提供者:访越
搜珍网 www.dssz.com