代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/474411/6808948

java aes.java

package crypto_milenage ; import javacard.framework.*; import javacard.security.* ; import javacardx.crypto.*; public class aes { private AESKey aeskey; private Cipher cipher
www.eeworm.com/read/473559/6846226

java rsautil.java

package org.hsuper; /*java非对称加密RSA的工具类及其源代码*/ import javax.crypto.Cipher; import java.security.*; import java.security.spec.RSAPublicKeySpec; import java.security.spec.RSAPrivateKeySpec;
www.eeworm.com/read/472745/6864858

asv rsa_enc.asv

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This program applies (RSA) % % Developed by Hiba Al-younes
www.eeworm.com/read/472745/6864867

m rsa_enc.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This program applies (RSA) % % Developed by Hiba Al-younes
www.eeworm.com/read/472264/6874538

cpp cbc.cpp

#include "pch.h" #include "cbc.h" NAMESPACE_BEGIN(CryptoPP) CBCPaddedEncryptor::CBCPaddedEncryptor(const BlockTransformation &cipher, const byte *IV, BufferedTransformation *outQueue) :
www.eeworm.com/read/472264/6874542

h rng.h

#ifndef RNG_H #define RNG_H #include "cryptlib.h" // linear congruential generator // originally by William S. England // do not use for cryptographic purposes class LC_RNG : pub
www.eeworm.com/read/472264/6874547

cpp modes.cpp

#include #include "modes.h" #include "misc.h" Mode::Mode(BlockTransformation &amt;c, const byte *IV) : cipher(c), S(cipher.BlockSize()), reg(SecAlloc(byte, 2*S)), buffer(reg
www.eeworm.com/read/472264/6874614

h modes.h

#ifndef MODES_H #define MODES_H #include "cryptlib.h" class Mode { protected: Mode(BlockTransformation &amt;cipher, const byte *IV); ~Mode(); BlockTransformation &amt;cipher; c
www.eeworm.com/read/472009/6878001

cpp xt5-12-5.cpp

#include #include using namespace std; int main() {int j; string ch=" "; char *p=&ch[0]; //定义字符指针并使之指向ch的首字符 cout
www.eeworm.com/read/472009/6878008

cpp xt5-12-2.cpp

#include using namespace std; int main() {int j,n; char ch[80]; cout