代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/150409/5692643

java blockcipherpadding.java

package org.bouncycastle.crypto.paddings; import java.security.SecureRandom; import org.bouncycastle.crypto.InvalidCipherTextException; /** * Block cipher padders are expected to conform to this i
www.eeworm.com/read/150409/5692755

java openpgpcfbblockcipher.java

package org.bouncycastle.crypto.modes; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DataLengthException; /** * Impleme
www.eeworm.com/read/150409/5692756

java pgpcfbblockcipher.java

package org.bouncycastle.crypto.modes; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DataLengthException; import org.boun
www.eeworm.com/read/150409/5692763

java blockcipher.java

package org.bouncycastle.crypto; /** * Block cipher engines are expected to conform to this interface. */ public interface BlockCipher { /** * Initialise the cipher. * * @param
www.eeworm.com/read/140582/5787633

txt description.txt

This test case examines the ESP packets to make sure that they are produced with IVs that look random. Specifically, that they aren't using the last cipher block as the IV.
www.eeworm.com/read/131180/5947619

java tripledes.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/126641/6014601

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/119340/6090593

java openpgpcfbblockcipher.java

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

java pgpcfbblockcipher.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/117971/6100244

java tripledes.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or