代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/195677/8135938
cpp ibe_set.cpp
/*
Boneh & Franklin's Identity Based Encryption
Set-up phase
After this program has run the file common.ibe contains
www.eeworm.com/read/145115/12753403
cs aes.cs
using System;
namespace AesLib
{
public class Aes // Advanced Encryption Standard
{
public enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor
priv
www.eeworm.com/read/145062/12754526
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/331946/12795239
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/144369/12799995
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/142139/12960703
c cdes.c
/*
* CDES -- DES encryption package
* options:
* -a key is in ASCII
* -b use key in old style (ie, don't reset parity bit)
* -- default unless key is in ASCII
* -c use CBC (cipher block
www.eeworm.com/read/141544/13003979
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/327524/13073524
txt abstract.txt
RSA Software-
This software is a to demonstrate Rivest-Shamir-Adleman (RSA) public encryption scheme. User can specify one or both the prime numbers. Also, software will generate the prime numbers in
www.eeworm.com/read/139340/13160459
h d3des_c.h
/* 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/139340/13160469
bak d3des.c.bak
/* 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