代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/131980/14117598
c nss_oaep.c
/*
* Gaim-Encryption OAEP padding routines, from PKCS#1 v2.1
*
* Copyright (C) 2003 William Tompkins
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/131980/14117704
c nss_pss.c
/*
* Gaim-Encryption PSS signature routines, from PKCS#1 v2.1
*
* Copyright (C) 2003 William Tompkins
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/131980/14117744
h nss_pss.h
/*
* Gaim-Encryption PSS signature routines, from PKCS#1 v2.1
*
* Copyright (C) 2003 William Tompkins
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/131876/14122329
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for
www.eeworm.com/read/232307/14199048
c cryptoloop.c
/*
Linux loop encryption enabling module
Copyright (C) 2002 Herbert Valerio Riedel
Copyright (C) 2003 Fruhwirth Clemens
This module is free softwa
www.eeworm.com/read/227444/14425152
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for
www.eeworm.com/read/124363/14570510
readme
This is a small library and a command line program to encrypt/decrypt
data using the Rijndael encryption algorythm in cbc mode.
The Utility should run at least under Linux, Mac OS X and Windows. Oth
www.eeworm.com/read/123734/14614982
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for
www.eeworm.com/read/222244/14699693
cpp blowfish.cpp
// blowfish.cpp
//
// The Blowfish encryption/decryption algorithm. Algorithm by Bruce Schneier.
// See http://www.schneier.com/ for details.
//
#include
#include
#includ
www.eeworm.com/read/116433/14969645
c newdes.c
/*--- newdes.c -- Code to implement the NEWDES algorithm.
*
* See Robert Scott's article "Wide-open Encryption Design Offers
* Flexible Implementations" in Volume 9, Number 1 (January 1985)
*