代码搜索:Encryption

找到约 4,642 项符合「Encryption」的源代码

代码结果 4,642
www.eeworm.com/read/363403/9952747

c aestable.c

// advanced encryption standard // author: karl malbrain, malbrain@yahoo.com typedef unsigned char uchar; #include #include // AES only supports Nb=4 #define Nb 4 //
www.eeworm.com/read/362791/9980749

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her
www.eeworm.com/read/362781/9980987

cpp rsa_draft.cpp

#include "stdafx.h" // This is a draft version of RSA encryption // Improved by sanicle,2006.1 // 3mn@3mn.net #include "rsa_draft.h" class prime_factory { unsigned np; unsigned *pl;
www.eeworm.com/read/361436/10051917

cpp rsa_draft.cpp

#include "stdafx.h" // This is a draft version of RSA encryption // Improved by sanicle,2006.1 // 3mn@3mn.net #include "rsa_draft.h" class prime_factory { unsigned np; unsigned *pl;
www.eeworm.com/read/361436/10051933

cpp rsa_draft.cpp

#include "stdafx.h" // This is a draft version of RSA encryption // Improved by sanicle,2006.1 // 3mn@3mn.net #include "rsa_draft.h" class prime_factory { unsigned np; unsigned *pl;
www.eeworm.com/read/360615/10084594

cpp wake.cpp

// wake.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "wake.h" NAMESPACE_BEGIN(CryptoPP) void WAKE_TestInstantiations() { Weak::WAKE_CFB::Encryption
www.eeworm.com/read/357040/10217017

java testrsa.java

/* *RSA encryption/decryption;RSA digital signature *Millar Rabin Test; Euclid & Extend Euclid Algorithm * **/ import java.util.*; import java.math.*; import java.security.*; import java.io.*; p
www.eeworm.com/read/355392/10270344

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her
www.eeworm.com/read/162364/10310964

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her
www.eeworm.com/read/422757/10612829

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her