代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/247320/12666456
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/247320/12666526
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/247320/12666549
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/145247/12743423
h blowfish.h
/* crypto/bf/blowfish.h */
/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@mincom.oz.au)
www.eeworm.com/read/330912/12861453
cpp cpp1.cpp
#include
#include
#include
using namespace std;
char *ming=new char[999];
int encrypt(string a,int b)
{
int c=a.length(),j;
for(int i=0;i
www.eeworm.com/read/329723/12936828
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
implementation
function Encrypt( S: String; Key: Word)
www.eeworm.com/read/329723/12936960
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
implementation
function Encrypt( S: String; Key: Word)
www.eeworm.com/read/142203/12957889
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: TEdit;
www.eeworm.com/read/142203/12957912
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: TEdit;