文件名称:cs2phpcryptography
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 203kb
- 下载次数:
- 0次
- 提 供 者:
- pp***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现C#和PHP之间的加密通讯,采用AES和RSA算法进行了加密-Set up encrypted secure communication between C# and PHP using the AES and RSA algorithms.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C# Source
.........\CS2PHPCryptography
.........\..................\AESfromPHP.cs
.........\..................\AsyncHttpControl.cs
.........\..................\ClassDiagram1.cd
.........\..................\CS2PHPCryptography.csproj
.........\..................\HTTPControl.cs
.........\..................\Properties
.........\..................\..........\AssemblyInfo.cs
.........\..................\RSAfromPHP.cs
.........\..................\SecurePHPConnection.cs
.........\..................\Utility.cs
.........\Lame Game
.........\.........\Form1.cs
.........\.........\Form1.Designer.cs
.........\.........\Form1.resx
.........\.........\Lame Game.csproj
.........\.........\Program.cs
.........\.........\Properties
.........\.........\..........\AssemblyInfo.cs
.........\.........\..........\Resources.Designer.cs
.........\.........\..........\Resources.resx
.........\.........\..........\Settings.Designer.cs
.........\.........\..........\Settings.settings
.........\PHP Encryption
.........\PHP Encryption.sln
.........\..............\AESfromPHP.cs
.........\..............\AsyncHttpControl.cs
.........\..............\Form1.cs
.........\..............\Form1.Designer.cs
.........\..............\Form1.resx
.........\..............\HTTPControl.cs
.........\..............\PHP Encryption.csproj
.........\..............\Program.cs
.........\..............\Properties
.........\..............\..........\AssemblyInfo.cs
.........\..............\..........\Resources.Designer.cs
.........\..............\..........\Resources.resx
.........\..............\..........\Settings.Designer.cs
.........\..............\..........\Settings.settings
.........\..............\RSAfromPHP.cs
.........\..............\SecurePHPConnection.cs
.........\..............\Utility.cs
HELP.txt
Library
.......\CS2PHPCryptography.dll
.......\CS2PHPCryptography.XML
LICENSE.txt
PHP Source
..........\aes.php
..........\Crypt
..........\.....\AES.php
..........\.....\DES.php
..........\.....\Hash.php
..........\.....\Random.php
..........\.....\RC4.php
..........\.....\Rijndael.php
..........\.....\RSA.php
..........\.....\TripleDES.php
..........\example.php
..........\Math
..........\....\BigInteger.php
..........\Net
..........\...\SFTP.php
..........\...\SSH1.php
..........\...\SSH2.php
..........\PHP
..........\...\Compat
..........\...\......\Function
..........\...\......\........\array_fill.php
..........\...\......\........\bcpowmod.php
..........\...\......\........\str_split.php
..........\private.php
..........\public.crt
..........\rsa.php
..........\score.php
..........\secure.php
..........\test.php
.........\CS2PHPCryptography
.........\..................\AESfromPHP.cs
.........\..................\AsyncHttpControl.cs
.........\..................\ClassDiagram1.cd
.........\..................\CS2PHPCryptography.csproj
.........\..................\HTTPControl.cs
.........\..................\Properties
.........\..................\..........\AssemblyInfo.cs
.........\..................\RSAfromPHP.cs
.........\..................\SecurePHPConnection.cs
.........\..................\Utility.cs
.........\Lame Game
.........\.........\Form1.cs
.........\.........\Form1.Designer.cs
.........\.........\Form1.resx
.........\.........\Lame Game.csproj
.........\.........\Program.cs
.........\.........\Properties
.........\.........\..........\AssemblyInfo.cs
.........\.........\..........\Resources.Designer.cs
.........\.........\..........\Resources.resx
.........\.........\..........\Settings.Designer.cs
.........\.........\..........\Settings.settings
.........\PHP Encryption
.........\PHP Encryption.sln
.........\..............\AESfromPHP.cs
.........\..............\AsyncHttpControl.cs
.........\..............\Form1.cs
.........\..............\Form1.Designer.cs
.........\..............\Form1.resx
.........\..............\HTTPControl.cs
.........\..............\PHP Encryption.csproj
.........\..............\Program.cs
.........\..............\Properties
.........\..............\..........\AssemblyInfo.cs
.........\..............\..........\Resources.Designer.cs
.........\..............\..........\Resources.resx
.........\..............\..........\Settings.Designer.cs
.........\..............\..........\Settings.settings
.........\..............\RSAfromPHP.cs
.........\..............\SecurePHPConnection.cs
.........\..............\Utility.cs
HELP.txt
Library
.......\CS2PHPCryptography.dll
.......\CS2PHPCryptography.XML
LICENSE.txt
PHP Source
..........\aes.php
..........\Crypt
..........\.....\AES.php
..........\.....\DES.php
..........\.....\Hash.php
..........\.....\Random.php
..........\.....\RC4.php
..........\.....\Rijndael.php
..........\.....\RSA.php
..........\.....\TripleDES.php
..........\example.php
..........\Math
..........\....\BigInteger.php
..........\Net
..........\...\SFTP.php
..........\...\SSH1.php
..........\...\SSH2.php
..........\PHP
..........\...\Compat
..........\...\......\Function
..........\...\......\........\array_fill.php
..........\...\......\........\bcpowmod.php
..........\...\......\........\str_split.php
..........\private.php
..........\public.crt
..........\rsa.php
..........\score.php
..........\secure.php
..........\test.php