代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/468004/6997828
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/463267/7184593
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/454005/7402831
java pri_encrypter.java
package ss.logic;
import java.security.Key;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
public class Pri_Encrypter {
public static void main(String[] args) throws Exception
www.eeworm.com/read/330474/12887018
py t_des.py
from M2Crypto import EVP,Rand
import cStringIO
def cipher_filter(cipher,inf,outf):
while 1:
buf = inf.read()
if not buf:
break
outf.write(cipher.update(buf))
www.eeworm.com/read/242381/13008290
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/240305/13226193
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/126985/6010017
dsk dec1.dsk
[MainWindow]
Create=1
Visible=1
State=0
Left=0
Top=0
Width=1024
Height=106
MaxLeft=-4
MaxTop=-4
ClientWidth=1016
ClientHeight=60
[ProjectManager]
Create=1
Visible=1
State=0
Left=243
www.eeworm.com/read/126641/6014585
c evp_enc.c
/* crypto/evp/evp_enc.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/101042/6258104
c e_rc4.c
/* crypto/evp/e_rc4.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
*
www.eeworm.com/read/265043/11284691
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a