代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/226200/14490072
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/226200/14490083
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/225696/14524981
c c08_16.c
#include
#include
/*函数声明部分*/
char *encrypt(char *string);
char *decrypt(char *string);
int main()
{
char item[80]; /*定义一个字符串*/
char *point; /*定义一个字符指针*/
char *p
www.eeworm.com/read/124280/14581991
c desc.c
#include "rsa_incl.h"
#include "des.h"
static UINT2 bytebit[8] = {
0200, 0100, 040, 020, 010, 04, 02, 01
};
static UINT4 bigbyte[24] = {
0x800000L, 0x400000L, 0x200000L, 0x100000L,
0x800
www.eeworm.com/read/124280/14582061
c desc.c
/*
DESC.C - Data Encryption Standard routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the
www.eeworm.com/read/123015/14652584
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/121517/14754421
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/120358/14804990
h wjcdes.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/119562/14826406
cpp main.cpp
#include
#include
#include"Kaiser.h"
#include"Replace.h"
#include"DES.h"
void main()
{
int m,t,e=2;
char R[SHRT_MAX];
while(e!=1)
{
cout