代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/126599/14415864

txt casttest.txt

This is a text file to test the cast cipher component's file encryption :-).
www.eeworm.com/read/118019/14890640

txt read-me.txt

-------------------------------------------- ----DIGITALLY SECURE ENCRYPTION READ ME ---- ----------------V1.5------------------------ ----Copyright David Greenwood 2001---------- --------------
www.eeworm.com/read/168081/5448460

pas main.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (davebarton@bigfoot.com) *************} {***********************************
www.eeworm.com/read/162614/5533862

java cipherinputstream.java

/* CipherInputStream.java -- Filters input through a cipher. Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistr
www.eeworm.com/read/162614/5533897

java sealedobject.java

/* SealedObject.java -- An encrypted Serializable object. Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribu
www.eeworm.com/read/162519/5543394

java cipherinputstream.java

/* CipherInputStream.java -- Filters input through a cipher. Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistr
www.eeworm.com/read/162519/5543429

java sealedobject.java

/* SealedObject.java -- An encrypted Serializable object. Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribu
www.eeworm.com/read/160303/5575431

txt description.txt

This test case examines the ESP packets to make sure that they are produced with IVs that look random. Specifically, that they aren't using the last cipher block as the IV.
www.eeworm.com/read/471698/6888246

asv encrypt.asv

function cipher = encrypt(plain,rka,a,b,c,d,k1,k2) l = size(plain); if mod(l(1,2),2)~=0 for i = 1 : 2 - mod(l(1,2),2) plain(l(1,2)+i) ='x'; end end z = a*d - b*c; z = mod(a
www.eeworm.com/read/471698/6888248

m encrypt.m

function cipher = encrypt(plain,rk,a,b,c,d,k1,k2) l = size(plain); if mod(l(1,2),2)~=0 for i = 1 : 2 - mod(l(1,2),2) plain(l(1,2)+i) ='x'; end end z = a*d - b*c; z = mod(ab