代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/334107/12633369

cpp test_main.cpp

#include #include "yxyDES.h" void main() { yxyDES* my_des = new yxyDES(); char temp[32] = {0}; my_des->InitializeKey("123456"); printf("key is : 12345678 \n"); my_des->Encrypt
www.eeworm.com/read/132750/14074330

h rsa.h

#ifndef __RSA_H__ #define __RSA_H__ #include "vlong.h" class public_key { public: vlong m,e; vlong encrypt( const vlong& plain ); // Requires 0
www.eeworm.com/read/107247/15611367

h des_cipher.h

//#define ID "142725711106681" #ifndef _DES_PUBLIC_H #define _DES_PUBLIC_H #define EN0 0/* MODE== encrypt*/ #define DE1 1/* MODE== decrypt*/ #define MAXKEYSIZE 9 #define MAXTEXTSIZE 9
www.eeworm.com/read/103761/15722400

h rsa.h

#ifndef __RSA_H__ #define __RSA_H__ #include "vlong.h" class public_key { public: vlong m,e; vlong encrypt( const vlong& plain ); // Requires 0
www.eeworm.com/read/101997/15795486

c cpt.c

/* ** cpt.c -- encrypt or decrypt ASCII or binary files ** ** Copyright 1982 J. E. Hendrix. All rights reserved. */ #include #define NOCCARGC #define MAXKEY 81 #define CTLZ 26 ma
www.eeworm.com/read/386187/8762203

cpp encryptdlg.cpp

// encryptDlg.cpp : implementation file // #include "stdafx.h" #include "encrypt.h" #include "encryptDlg.h" #include "PlainDlg.h" #include "stdio.h" #include "aes.h" //extern int aes_encry
www.eeworm.com/read/377944/9257114

txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt

作者:whitefox email: henry.jiang@corp.elong.com 日期:2000-12-13 14:24:37 package com.elong.application.encrypt; public class Crypt { static int sub[] = new int[48]; // TABLES /* Expansio
www.eeworm.com/read/376554/9314801

txt des.txt

#include #include #define ENCRYPT 1 #define DECRYPT 0 typedef char bool; // 16 sub keys static bool SubKey[16][48]; // Permuted Choice 1 (PC-1) const static char
www.eeworm.com/read/362517/9994226

txt 回复有没有现成的class实现c.txt

作者:whitefox email: henry.jiang@corp.elong.com 日期:2000-12-13 14:24:37 package com.elong.application.encrypt; public class Crypt { static int sub[] = new int[48]; // TABLES /* Expansio
www.eeworm.com/read/361866/10031831

txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt

作者:whitefox email: henry.jiang@corp.elong.com 日期:2000-12-13 14:24:37 package com.elong.application.encrypt; public class Crypt { static int sub[] = new int[48]; // TABLES /* Expansio