代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/137620/13308492

h loki97.h

/* * loki97.h - header file for the LOKI97 AES candidate block cipher. * * LOKI97 was written by Lawrie Brown (ADFA), Josef Pieprzyk, and Jennifer * Seberry (UOW) in 1997. * * Copyrigh
www.eeworm.com/read/315987/13533303

cpp examc_003.cpp

// examC_003.cpp : Defines the entry point for the console application. // /****RSA****/ #include "stdafx.h" #include "iostream.h" int candp(int x,int c,int n) { long z=1; int cc[16]; f
www.eeworm.com/read/313228/13592037

html 01-04.html

www.eeworm.com/read/150409/5692594

java desexample.java

package org.bouncycastle.crypto.examples; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileNo
www.eeworm.com/read/150409/5692631

java cfbblockciphermac.java

package org.bouncycastle.crypto.macs; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DataLengthException; import org.bounc
www.eeworm.com/read/150409/5692636

java blockciphermac.java

package org.bouncycastle.crypto.macs; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.Mac; import org.bouncycastle.crypto.m
www.eeworm.com/read/150409/5692640

java paddedbufferedblockcipher.java

package org.bouncycastle.crypto.paddings; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.BufferedBlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.b
www.eeworm.com/read/150409/5692647

java streamblockcipher.java

package org.bouncycastle.crypto; /** * a wrapper for block ciphers with a single byte block size, so that they * can be treated like stream ciphers. */ public class StreamBlockCipher implement
www.eeworm.com/read/150409/5692714

java iesengine.java

package org.bouncycastle.crypto.engines; import java.math.BigInteger; import org.bouncycastle.crypto.BasicAgreement; import org.bouncycastle.crypto.BufferedBlockCipher; import org.bouncycastle.crypt
www.eeworm.com/read/150409/5692754

java cbcblockcipher.java

package org.bouncycastle.crypto.modes; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DataLengthException; import org.boun