代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/119340/6090597

java ofbblockcipher.java

package org.bouncycastle.crypto.modes; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DataLengthException; import org
www.eeworm.com/read/119340/6090598

java ctsblockcipher.java

package org.bouncycastle.crypto.modes; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.BufferedBlockCipher; import org.bouncycastle.crypto.DataLengthException; import
www.eeworm.com/read/101042/6259273

testenc

#!/bin/sh testsrc=Makefile.ssl test=./p cmd=../apps/openssl cat $testsrc >$test; echo cat $cmd enc < $test > $test.cipher $cmd enc < $test.cipher >$test.clear cmp $test $test.clear if [ $? != 0 ] t
www.eeworm.com/read/100601/6267625

c secplcy.c

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/100389/6270384

java pcbc.java

// $Id: PCBC.java,v 1.5 1997/12/07 07:27:50 hopwood Exp $ // // $Log: PCBC.java,v $ // Revision 1.5 1997/12/07 07:27:50 hopwood // + Committed changes below. // // Revision 1.4.1 1997/12/04 hopwoo
www.eeworm.com/read/100389/6270385

java cfb_pgp.java

/* $Id: CFB_PGP.java,v 1.8 1999/07/13 20:49:49 gelderen Exp $ * * Copyright (c) 1995-1999 Systemics Ltd * on behalf of the Cryptix Development Team. All rights reserved. */ package cryptix.provi
www.eeworm.com/read/100389/6270387

java cfb.java

// $Id: CFB.java,v 1.4 1997/11/20 19:39:32 hopwood Exp $ // // $Log: CFB.java,v $ // Revision 1.4 1997/11/20 19:39:32 hopwood // + cryptix.util.* name changes. // // Revision 1.3.1 1997/11/16 Davi
www.eeworm.com/read/100389/6270388

java feedbackmode.java

// $Id: FeedbackMode.java,v 1.4 1997/11/20 19:39:32 hopwood Exp $ // // $Log: FeedbackMode.java,v $ // Revision 1.4 1997/11/20 19:39:32 hopwood // + cryptix.util.* name changes. // // Revision 1.3
www.eeworm.com/read/100389/6270389

java ofb.java

// $Id: OFB.java,v 1.5 1997/11/21 05:45:11 hopwood Exp $ // // $Log: OFB.java,v $ // Revision 1.5 1997/11/21 05:45:11 hopwood // + Missed a name change. // // Revision 1.4 1997/11/20 19:39:32 hopw
www.eeworm.com/read/494586/6315290

cs viginear.cs

using System; using System.Collections.Generic; using System.Text; namespace MyCAP { class viginear { public string GetCipher(string plain, string key) {