登录
首页 » C# » secret

secret

于 2015-05-20 发布 文件大小:130KB
0 144
下载积分: 1 下载次数: 8

代码说明:

  本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。(This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete elliptic curve encryption algorithm is more difficult.)

文件列表:

加密
....\Net.Template.Common
....\...................\aes.cs,3581,2015-05-04
....\...................\aes.Designer.cs,8691,2015-05-04
....\...................\aes.resx,5817,2015-05-04
....\...................\App.config,187,2015-05-03
....\...................\bin
....\...................\...\Debug
....\...................\first.cs,1035,2015-05-04
....\...................\first.Designer.cs,6769,2015-05-04
....\...................\first.resx,5817,2015-05-04
....\...................\Form1.cs,7987,2015-05-04
....\...................\Form1.Designer.cs,10074,2015-05-04
....\...................\Form1.resx,5817,2015-05-04
....\...................\Form2.cs,7210,2015-05-04
....\...................\Form2.Designer.cs,8327,2015-05-04
....\...................\Form2.resx,5817,2015-05-04
....\...................\md5.cs,835,2015-05-04
....\...................\md5.Designer.cs,4124,2015-05-04
....\...................\md5.resx,5817,2015-05-04
....\...................\obj
....\...................\...\Debug
....\...................\...\.....\DesignTimeResolveAssemblyReferences.cache,1278,2015-05-04
....\...................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7222,2015-05-04
....\...................\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs,0,2015-05-03
....\...................\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs,0,2015-05-03
....\...................\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs,0,2015-05-03
....\...................\...\.....\TempPE
....\...................\...\.....\test_DES.csproj.FileListAbsolute.txt,2190,2015-05-04
....\...................\...\.....\test_DES.csproj.GenerateResource.Cache,1318,2015-05-04
....\...................\...\.....\test_DES.csprojResolveAssemblyReference.cache,2282,2015-05-04
....\...................\Program.cs,531,2015-05-04
....\...................\Properties
....\...................\..........\AssemblyInfo.cs,1382,2015-05-03
....\...................\..........\Resources.Designer.cs,2890,2015-05-03
....\...................\..........\Resources.resx,5612,2015-05-03
....\...................\..........\Settings.Designer.cs,1106,2015-05-03
....\...................\..........\Settings.settings,249,2015-05-03
....\...................\rsa.cs,3154,2015-05-04
....\...................\rsa.Designer.cs,9826,2015-05-04
....\...................\rsa.resx,5817,2015-05-04
....\...................\second.cs,1306,2015-05-04
....\...................\second.Designer.cs,9115,2015-05-04
....\...................\second.resx,5817,2015-05-04
....\...................\test_DES.csproj,5656,2015-05-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • UDP
    本实验为编程实现 UDP 协议下使用 RSA 算法对信息的加密解密,用于两端之间的通讯 功能,开发平台为 win8.1, 开发环境 Eclipse, 开发语言 Java。(This experiment under the UDP protocol for programming using the RSA algorithm for encryption and decryption of information, for communication between the two ends of Function development platform is win8.1, the Eclipse development environment, programming language Java.)
    2016-07-07 09:59:47下载
    积分:1
  • 简单的基于DES的算法及雪崩效应分析。请仔细阅读内附的说明文件。...
    简单的基于DES的加密算法及雪崩效应分析。请仔细阅读内附的说明文件。-DES encryption algorithm and analysis of avalanche effect. Please read the attached note.
    2022-04-08 08:10:45下载
    积分:1
  • Rijndael_aes
    Rijndael加密算法的一个实现,可用来对文件及字段进行加解密,并利用mfc做了界面(An implementation of Rijndael encryption algorithm, can be used to encrypt and decrypt files and fields, and made use of the interface mfc)
    2011-05-04 11:27:22下载
    积分:1
  • RC5和和decryption
    rc5 and des encryption and decryption
    2022-02-01 04:02:07下载
    积分:1
  • Sha2
    standard encryption algorithms SHA2
    2011-01-17 13:56:03下载
    积分:1
  • CPU序列号和MAC地址获取函数,适用广泛
    CPU序列号和MAC地址获取函数,适用广泛-CPU serial number and MAC address access function, the application of broad
    2022-04-10 02:12:24下载
    积分:1
  • aes coding details .yhis can be used for simple encryption
    aes coding details .yhis can be used for simple encryption
    2022-12-17 09:45:03下载
    积分:1
  • shs源程序
    shs加密源程序-29-57 encryption source
    2022-01-25 15:36:55下载
    积分:1
  • 设f(x)= 1×X2 X5 X27,分别尝试写下面的移位寄存器…
    设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to write the following Shift Register : f (x) connected to the DSR polynomial; f (x) for connectivity polynomial LFSR. Connection options polynomial : f (x) = 1 x x4 x6 x30; F2 (x) = 1 x3 x31; f3 (x) = 1 x6 x31; f4 (x) = 1 x11 x31; f5 (x) = 1 x13 x31;
    2022-04-07 10:24:13下载
    积分:1
  • a password support Hash Algorithm series of procedures including sha1, SHA256, S...
    一个sha 哈希密码支撑算法系列的程序 包括了sha1,sha256,sha384和sha512算法-a password support Hash Algorithm series of procedures including sha1, SHA256, SHA384 and SHA512 Algorithm
    2022-02-02 23:33:38下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载