代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/193443/8226714

java tripledes.java

/* * Copyright (c) 2000 David Flanagan. All rights reserved. * This code is from the book Java Examples in a Nutshell, 2nd Edition. * It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/173996/9614187

c setpasswd.c

/* -*- c-file-style: "java"; -*- * * $Header: /cvsroot/gnukeyring/keyring/setpasswd.c,v 1.24 2005/02/24 22:36:04 hoenicke Exp $ * * Keyring -- store passwords securely on a handheld * Copyright
www.eeworm.com/read/414908/11093514

pas rc_apiref.pas

{* rijndael-api-ref.c v2.0 August '99 *} (* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --------------------------------- * *
www.eeworm.com/read/148121/12490773

pas umain.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {***********************************
www.eeworm.com/read/202404/15384437

c 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码.c

#include #include #include #include void Shift() /*移位密码*/ { char c[100]; int length, i=0, key=0; clrscr(); printf("********Shift Ciphe
www.eeworm.com/read/100931/15859860

pas rijndael_api_ref.pas

{* rijndael-api-ref.c v2.0 August '99 *} (* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --------------------------------- * *
www.eeworm.com/read/100662/15867844

hdr mdc.shar.hdr

Path: ghost.dsi.unimi.it!rpi!uwm.edu!cs.utexas.edu!uunet!comp.vuw.ac.nz!waikato.ac.nz!aukuni.ac.nz!cs18.cs.aukuni.ac.nz!pgut1 Newsgroups: sci.crypt Subject: MDC cipher code (long) Message-ID:
www.eeworm.com/read/100319/15877184

readme

(Last update: 04-Apr-94 by Dave Barrett) This package is a DES-compatible encipherment package which makes it easy to send and receive secret mail through electronic mailers. Note: This code is
www.eeworm.com/read/271765/10981179

c small.c

// small demo app that just includes a cipher/hash/prng #include int main(void) { register_cipher(&rijndael_desc); register_prng(&yarrow_desc); register_hash(&sha1_desc); ret
www.eeworm.com/read/126641/6014628

c c_allc.c

/* crypto/evp/c_allc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). *