代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/471698/6888248
m encrypt.m
function cipher = encrypt(plain,rk,a,b,c,d,k1,k2)
l = size(plain);
if mod(l(1,2),2)~=0
for i = 1 : 2 - mod(l(1,2),2)
plain(l(1,2)+i) ='x';
end
end
z = a*d - b*c;
z = mod(ab
www.eeworm.com/read/394454/8223875
cs encrypt.cs
/*
* 哈希算法MD5和SHA1的C#实现
*
* 赵现发
* Email:zxf19810226@163.com
* 运行环境:.net2.0 framework
*/
/*
* 关于哈希函数:
* 哈希函数将任意长度的二进制字符串映射为固定长度的小型二进制字符串。
* 加密哈希函数有这样一个属性:在计算上不大可能找到散列为相同的值的两个
* 不同的输入
www.eeworm.com/read/393091/8312807
aps encrypt.aps
www.eeworm.com/read/393091/8312822
ico encrypt.ico
www.eeworm.com/read/393091/8312828
clw encrypt.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=Cencryptfile
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "encry
www.eeworm.com/read/393091/8312832
rc encrypt.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/393091/8312838
dsp encrypt.dsp
# Microsoft Developer Studio Project File - Name="encrypt" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/393091/8312846
cpp encrypt.cpp
// encrypt.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "encrypt.h"
#include "encryptDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/393091/8312848