-
数据加密的工具源代码
数据加密的工具源代码--Source code of data encryption tool
- 2022-08-23 10:05:47下载
- 积分:1
-
C51
c51-----des ---
可以完成加密解密等功能,测试通过没问题-c51----- des------ to be completed, such as encryption and decryption functions, the test No problem! ! !
- 2022-02-01 04:50:39下载
- 积分:1
-
Tamir.SharpSSH
SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程:
1.安装SFTP Server测试环境:
下载setupssh.exe
在服务器上按照提示安装setupssh.exe
打开一个命令行,找到OpenSSH目录(默认:C:Program FilesOpenSSH)
创建Group mkgroup -l >> .etcgroup
创建User mkpasswd -l >> .etcpasswd
注:创建group和User请参考安装目录的readme.txt
2.下载SampleCode
3.新建一个工程,引用SampleCode中的Tamir.sharpSsh.dll,Org.Mentalis.Security.dll,DiffieHellman.dll
(SFTP that encrypted file transfer protocol (Secure file Transfer protocol) and FTP, the instruction and data during transmission are encrypted, preventing passwords and sensitive information was stolen during a network transfer. In order to use NET to implement this process: 1. Install SFTP Server test environment: Download setupssh.exe on the server, follow the prompts to install setupssh.exe open a command line, find the OpenSSH directory (default: C: Program Files OpenSSH) The create Group mkgroup-l > > . etcgroup create the User mkpasswd-l > > . etcpasswd Note: Create the group and User Please refer to the installation directory of readme.txt 2 downloads SampleCode create a new project, to reference SampleCode Tamir.sharpSsh. dll, Org.Mentalis.Security.dll, DiffieHellman.dll)
- 2013-05-11 08:48:02下载
- 积分:1
-
imgecrypt_cpp
说明: 用C++实现的图像加密和解密算法代码,功能强大(Using C++ implementation of image encryption and decryption algorithm code, powerful)
- 2010-04-12 18:49:30下载
- 积分:1
-
WTLS安全层源程序
WTLS安全层源程序-WTLS layer security source
- 2022-06-21 14:20:17下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
affine-cipher-ciph-text-only-attack
仿射密码惟密文攻击,标准C实现,大学本科密码学课程实践(affine cipher ciph-text only attack, standard C)
- 2016-03-27 15:25:47下载
- 积分:1
-
通过数据加密程序VB.net编写,提供三的加密方法…
vb.net编写的数据加密程序,提供三种加密方式: 简单加密、随机码加密、用户名加密-vb.net prepared by the data encryption program, providing three encryption methods : simple encryption, random encryption, user name encryption
- 2022-03-29 18:39:17下载
- 积分:1
-
信息论
信息论--范诺编码-information theory-- Maryland coding
- 2023-07-05 01:45:03下载
- 积分:1
-
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应...
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。-DES (Data Encryption Standard) algorithm, in 1977 the United States government"s official permission, is a key 56 to 64-bit data encryption methods. DES algorithm to be applied to many needs security encryption occasions. (Eg : UNIX password algorithm is to DES algorithm-based).
- 2022-07-27 18:16:04下载
- 积分:1