代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/154354/11968518
txt tea.txt
AlgorithmType: SymmetricCipher
Name: TEA/ECB
Source: http://www.cix.co.uk/~klockstone/teavect.htm
Comment: test 1
Plaintext: 00000000 00000000
Key: 00000000 00000000 00000000 00000000
Cipherte
www.eeworm.com/read/154354/11968643
txt camellia.txt
AlgorithmType: SymmetricCipher
Name: Camellia/ECB
Source: NESSIE submission
Comment: Tests with 128-bit keys
Comment: Set 1, vector 0
Key: 80000000000000000000000000000000
Plaintext:
www.eeworm.com/read/233862/14131068
pas pwdfunc.pas
unit pwdFunc;
interface
uses SysUtils,Dialogs;
const
C1 = 52845;
C2 = 22719;
var
userName:string;
function Encrypt(const S: String; Key: Word): String; //字符串加密函数
function Decrypt(con
www.eeworm.com/read/131483/14143563
makefile
TARGETOS=WINNT
APPVER=4.0
!include
all: encrypt.exe decrypt.exe
.c.obj:
$(cc) $(cdebug) $(cflags) $(cvars) $*.c
encrypt.exe: encrypt.obj
$(link) $(linkdebug) $(conflag
www.eeworm.com/read/130672/14178985
h des.h
enum {ENCRYPT,DECRYPT};
//enum bool{false,true}; // if bool is not supported,use this or just replace with char
// and use 1 for true,0 for false;
////////////////
www.eeworm.com/read/130292/14198660
java vigneretest.java
import junit.framework.TestCase;
public class VignereTest extends TestCase {
private Vignere v = new Vignere();
public void testEncrypt()
{
v.setSKey("abba");
assertEquals(
www.eeworm.com/read/128841/14277301
txt tea.txt
AlgorithmType: SymmetricCipher
Name: TEA/ECB
Source: http://www.cix.co.uk/~klockstone/teavect.htm
Comment: test 1
Plaintext: 00000000 00000000
Key: 00000000 00000000 00000000 00000000
Cipherte
www.eeworm.com/read/128841/14277336
txt camellia.txt
AlgorithmType: SymmetricCipher
Name: Camellia/ECB
Source: NESSIE submission
Comment: Tests with 128-bit keys
Comment: Set 1, vector 0
Key: 80000000000000000000000000000000
Plaintext: