代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/216566/15002676
java encrypt.java
package jiejiemiok;
import java.security.*;
import javax.crypto.*;
import sun.misc.*;
import java.io.*;
public class Encrypt {
/** Creates a new instance of Encrypt */
publi
www.eeworm.com/read/115568/15009644
c ecb_tbl.c
/*
$Id: ecb_tbl.c,v 1.3 1998/06/07 12:26:10 fms Exp $
# This file is part of the C reference implementation of Serpent.
#
# Written by Frank Stajano,
# Olivetti Oracle Research Labora
www.eeworm.com/read/211389/15181093
c error_to_string.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/173141/5379330
runall encryption.runall
unit/T_Cipher.unit
store/encryptDatabase.sql
store/EncryptionTest.java
www.eeworm.com/read/168081/5448457
pas main.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (davebarton@bigfoot.com) *************}
{***********************************
www.eeworm.com/read/162614/5533868
java cipheroutputstream.java
/* CipherOutputStream.java -- Filters output through a cipher.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/162519/5543400
java cipheroutputstream.java
/* CipherOutputStream.java -- Filters output through a cipher.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis
www.eeworm.com/read/156943/5608342
java codec.java
//Copyright 2005 Nokia Corporation.
//
// THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER,
// EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS
// FOR ANY
www.eeworm.com/read/155397/5622613
nc tinysecc.nc
// $Id: TinySecC.nc,v 1.1.2.3 2003/08/26 09:08:14 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission t
www.eeworm.com/read/471698/6888226
m decrypt.m
function cipher = decrypt(plain,rk,a,b,c,d,k1,k2)
l = size(plain);
n = mod((mod(a*d,26)-mod(b*c,26)),26);
%fprintf('n: %d\n',n);
for i = 1 : 26
if(mod(i*n,26) == 1)
n = i;