代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/130382/5957199
c pgpconvmod.c
/*
* pgpConvMod.c -- Convetional Encryption Module
*
* Uses the cipher module to encrypt a message; this will output the
* appropriate PGP headers (ESK-type) packets associated with the
* re
www.eeworm.com/read/130382/5957518
h pgprsaglue.h
/*
* pgpRSAGlue.h - RSA encryption and decryption
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
*
www.eeworm.com/read/445132/6292657
in cipher.in
135
Cipher
Description
The Playfair cipher or
Playfair square
is a manual symmetric encryption technique and was the first literal digraph
substitution cipher
The technique encrypts pairs of letters d
www.eeworm.com/read/261603/11634767
c des.c
/*
This is a 'C' implementation of the National Bureau of Statistics
Data Encryption Standard.
All attempts have been made to use standard C facilities to maintain
transportability.
www.eeworm.com/read/344771/11861140
c des.c
/*
* DES encryption/decryption
* Copyright (c) 2007 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/344771/11861148
h des.h
/*
* DES encryption/decryption
* Copyright (c) 2007 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/154139/11986507
c desport.c
/* Portable C version of des() function */
#include "des.h"
/* Tables defined in the Data Encryption Standard documents
* Three of these tables, the initial permutation, the final
* permutation an
www.eeworm.com/read/131483/14143564
txt readme.txt
File Encryption
The ENCRYPT sample is a console application that encrypts files. Files
encrypted with this sample can be later decrypted with the DECRYPT sample.
Note that the INITUSER sample
www.eeworm.com/read/230730/14277698
inc cast256.inc
comment *
Algorithm : CAST-256 ( Block Cipher )
Block : 16bytes
KeySize : 128/192/256 bits
Abstract : This is an independent implementation of the encryption algorithm:
www.eeworm.com/read/126691/14406536
txt ecb_e_m.txt
=========================
FILENAME: "ecb_e_m.txt"
Electronic Codebook (ECB) Mode - ENCRYPTION
Monte Carlo Test
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
==============