代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/258210/4358658
cs encrypt.cs
using System;
using System.Text;
using System.IO;
using System.Security.Cryptography;
namespace HRManager.CommonComponent
{
///
/// 字符串加密、解密类,利用DES算法
///
www.eeworm.com/read/258210/4358932
cs encrypt.cs
using System;
using System.Text;
using System.Security.Cryptography;
namespace MyOA.CommonComponent
{
///
/// 一个通用的加密、解密类
///
public class Encrypt
{
///
www.eeworm.com/read/257950/4359202
java encrypt.java
/*
Name: Encrypt.java
Licensing: LGPL
API: Sun (http://java.sun.com) JCE 1.2.2 API (cleanroom implementation by Bouncy Castle)
Provider: Bouncy Castle (http://www
www.eeworm.com/read/253992/4391465
c encrypt.c
#include "gfx.h"
#define PASSKEYFILE "./atm.bin" /* Passkey 文件 */
#define PASSKEY "8888888822222222"
#define CKEY "1234567890123456"
#define SYSKEY "1
www.eeworm.com/read/161714/5550495
java encrypt.java
package com.lucre;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class Encrypt
{
public final String cryptograph="Look_NetRadar_2005_1.0";
public st
www.eeworm.com/read/157711/5604296
asp encrypt.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|01 Jul 2002 14:19:00 -0000
vti_extenderversion:SR|4.0.2.2717
vti_filesize:IR|5753
vti_backlinkinfo:VX|
vti_cacheddtm:TX|01 Jul 2002 14:19:00 -0000
www.eeworm.com/read/475527/6790867
exe encrypt.exe
www.eeworm.com/read/474587/6813212
txt encrypt.txt
www.eeworm.com/read/471698/6888246
asv encrypt.asv
function cipher = encrypt(plain,rka,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(a