代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/100478/15873320

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/100323/15877157

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/100319/15877193

c destest.c

/* * Maintenance tests for the Data Encryption Standard * * From National Bureau of Standards Special Publication 500-61 * * Written by David Barrett (barrett%asgard@boulder.Colorado.EDU) * * E
www.eeworm.com/read/100319/15877211

c desblock.c

/* * A Fast software implementation of... * * the National Bureau of Standards Data Encryption Standard * * From Federal Information Processing Standards Publication 46-1, 22-Jan-88 * * Written
www.eeworm.com/read/208165/15252075

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by DES_Cryption.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 10
www.eeworm.com/read/430342/8754972

cpp xorcrypt.cpp

/* XOR Encryption class - Thralas */ #include "StdAfx.h" #include "XorCrypt.h" int XorCrypt::GetDecrypted(void) { return (value ^ key ); } void XorCrypt::PutEncrypted(int subj) { key =
www.eeworm.com/read/427960/8909256

txt ibe.txt

IBE This Identity Based Encryption method was invented by Boneh & Franklin. See http://crypto.stanford.edu/ibe/ for more details. This demonstration implementation consists of four programs th
www.eeworm.com/read/427960/8909546

cpp ibe_decx.cpp

/* Boneh & Franklin's Identity Based Encryption y^2=x^3+x version Using this curve has certain advantages. In particular the "denominator" that arises in the context of Miller's a
www.eeworm.com/read/281352/9161093

txt readme.txt

Advanced Encryption Standard (AES), Delphi implementation Introduction AES is an standard for encrypting information using secret key. It supports 128-, 192- and 256-bit length ke
www.eeworm.com/read/182021/9221936

h loki.h

/* * loki.h - specifies the interface to the LOKI encryption routines. * This library proviloki routines to expand a key, encrypt and * decrypt 64-bit data blocks. The LOKI Data Encrypt