代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/276685/10715439

h configdialog.h

#pragma once #include "resource.h" // main symbols #include #define _masterKey "dreamer_file_encryption" class ConfigDialog : public CDialogImpl { public:
www.eeworm.com/read/349903/10785899

cpp ibe_ext.cpp

/* Boneh & Franklin's Identity Based Encryption Extract Phase After this program has run the file private.ibe contains */ #include
www.eeworm.com/read/349326/10835453

txt idea-algorithm.txt

HOWTO: INTERNATIONAL DATA ENCRYPTION ALGORITHM Implementation summary by Fauzan Mirza (F.U.Mirza@sheffield.ac.uk) This document was written to help programmers to understand how to implement the IDE
www.eeworm.com/read/274306/10877473

cpp mars.cpp

// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++ /* This is an independent implementation of the MARS encryption */ /* algorithm designed by a team at IBM as
www.eeworm.com/read/106372/6951549

c desvalid.c

/* * Data Encryption Standard Validation Tests * * From National Bureau of Standards Special Publication 500-20 * * Written by David A. Barrett (barrett%asgard@boulder.Colorado.EDU) * *
www.eeworm.com/read/458463/7296461

msg

Why do we need a data encryption standard, since proprietary encipherment systems are available from many manufacturers? Users wishing to protect communication on a line need only purchase a pair
www.eeworm.com/read/457412/7325819

txt cbc_e_m.txt

========================= FILENAME: "cbc_e_m.txt" Cipher Block Chaining (CBC) Mode - ENCRYPTION Monte Carlo Test Algorithm Name: TWOFISH Principal Submitter: Bruce Schneier, Counterpane Sy
www.eeworm.com/read/457410/7325886

txt cbc_e_m.txt

========================= FILENAME: "cbc_e_m.txt" Cipher Block Chaining (CBC) Mode - ENCRYPTION Monte Carlo Test Algorithm Name: Rijndael Principal Submitter: Joan Daemen ========== KEYSIZE=128
www.eeworm.com/read/446236/7583347

cpp mars.cpp

// mars.cpp - modified by Sean Woods from Brian Gladman's mars6.c for Crypto++ /* This is an independent implementation of the MARS encryption */ /* algorithm designed by a team at IBM as
www.eeworm.com/read/444005/7619426

java encryptionmanager.java

/** This class handles all the necessary steps to achieve a secure link between two socket connections. All encryption is eventually done using the Rijndael algorithm which is fast but relies on bot