代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/331719/12812455
cpp diamond.cpp
// diamond.cpp - modified by Wei Dai from:
/* diamond2.c - Encryption designed to exceed DES in security.
This file and the Diamond2 and Diamond2 Lite Block Ciphers
described herein are her
www.eeworm.com/read/244448/12864822
cpp rsa_draft.cpp
#include "stdafx.h"
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "rsa_draft.h"
class prime_factory
{
unsigned np;
unsigned *pl;
www.eeworm.com/read/244448/12864933
cpp rsa_draft.cpp
#include "stdafx.h"
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "rsa_draft.h"
class prime_factory
{
unsigned np;
unsigned *pl;
www.eeworm.com/read/244126/12885661
cpp diamond.cpp
// diamond.cpp - modified by Wei Dai from:
/* diamond2.c - Encryption designed to exceed DES in security.
This file and the Diamond2 and Diamond2 Lite Block Ciphers
described herein are her
www.eeworm.com/read/140309/13088684
s des386.s
/*
DES386.S - Data Encryption Standard routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the S
www.eeworm.com/read/140309/13088825
s des386.s
/*
DES386.S - Data Encryption Standard routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the S
www.eeworm.com/read/327101/13099225
cpp diamond.cpp
// diamond.cpp - modified by Wei Dai from:
/* diamond2.c - Encryption designed to exceed DES in security.
This file and the Diamond2 and Diamond2 Lite Block Ciphers
described herein are her
www.eeworm.com/read/326149/13161666
cpp rsa_draft.cpp
#include "stdafx.h"
// This is a draft version of RSA encryption
// Improved by sanicle,2006.1
// 3mn@3mn.net
#include "rsa_draft.h"
class prime_factory
{
unsigned np;
unsigned *pl;
www.eeworm.com/read/137170/13341633
h tea.h
// The TEA encryption algorithm was invented by
// David Wheeler & Roger Needham at Cambridge
// University Computer Lab
// http://www.cl.cam.ac.uk/ftp/papers/djw-rmn/djw-rmn-tea.html (1994)
/
www.eeworm.com/read/137170/13341635
cpp tea.cpp
// The TEA encryption algorithm was invented by
// David Wheeler & Roger Needham at Cambridge
// University Computer Lab
// http://www.cl.cam.ac.uk/ftp/papers/djw-rmn/djw-rmn-tea.html (1994)
/