代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/351525/3107780
java encryption.java
package com.gmc.encrypt;
import java.security.Key;
/**
* 加密组件的最上层接口,提供两种最基础的加密方法
* @author wanna
*
*/
public interface Encryption
{
/**
* 加密
* @param plainText 明文,字节数组形式
* @
www.eeworm.com/read/257115/4365595
pas encryption.pas
unit Encryption;
interface
uses
SysUtils;
type
Key256 = array[0..7] of Longword;
Prng_CTX = record
r: array[1..97] of real;
x1,x2,x3: Longword;
end;
TPrng_CTX = ^Pr
www.eeworm.com/read/413166/11164358
java encryption.java
package Interface;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
//import com.borland.jbcl.layout.*;
public class Encryption
www.eeworm.com/read/413166/11164372
jbx encryption.jbx
[PropertyInfo]
bAfficheCleePublic,JButton,false,false, , ,false,
bAjouter,JButton,false,false, , ,false,
bDecrypter,JButton,false,false, , ,false,
bEncrypter,JButton,false,fal
www.eeworm.com/read/146923/12602583
class encryption.class
www.eeworm.com/read/146923/12602593
java encryption.java
package cry;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
/**
* Title: CRY-DES
* Description:
* Copyright: Copyright (c) 2005
* Com
www.eeworm.com/read/334424/12603063
c encryption.c
#include "Subroutine.h"
unsigned int long tempTable;
unsigned int long Encryption(unsigned long int outdata,unsigned long int IDCode,enum encrypttype EncryptType)
{
unsigned char NLFOUT(unsig
www.eeworm.com/read/334418/12603319
c encryption.c
#include "Subroutine.h"
unsigned int long tempTable;
unsigned int long Encryption(unsigned long int outdata,unsigned long int IDCode,enum encrypttype EncryptType)
{
unsigned char NLFOUT(unsig