代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/338797/12282869

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/336276/12458338

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Edit1: TEdit; Edit2: TEd
www.eeworm.com/read/336276/12458365

~pas unit1.~pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Edit1: TEdit; Edit2: TEd
www.eeworm.com/read/131902/14120876

frm frmreg2.frm

VERSION 5.00 Object = "{90F3D7B3-92E7-44BA-B444-6A8E2A3BC375}#1.0#0"; "ACTSKIN4.OCX" Object = "{F27AA50A-8600-11D1-AD8F-DB21EA843472}#6.1#0"; "ENCRYPT2.OCX" Begin VB.Form FRMreg2 BorderStyle
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/130953/14166340

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Encrypt.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h
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/130385/14196186

txt firstmessage.txt

If you can read this, you have successfully decrypted this message. If you're using the ibe command-line executable, you can encrypt messages for other people by typing something like: ibe encrypt A
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