代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/100601/6267674

h pk11sdr.h

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/100601/6268282

sh cipher.sh

#! /bin/ksh # # This is just a quick script so we can still run our testcases. # Longer term we need a scriptable test environment.. # . ../common/init.sh CURDIR=`pwd` CIPHERDIR=${HOSTDIR}/cipher C
www.eeworm.com/read/292723/6356776

h des.h

/* Author:黄卫立,李谟仁,肖翠萍 Date:2007 6月8日 17时 */ /* 定义了一个枚举变量 ENCRYPT==0 表示加密 DECRYPT==1表示解密 */ enum {ENCRYPT,DECRYPT}; /* Type—ENCRYPT:加密,DECRYPT:解密 输出缓冲区(Out)的长度 >= ((datalen
www.eeworm.com/read/489030/6481793

bas mmyconsole.bas

Attribute VB_Name = "mMyconsole" '************************************************************* '亮子lion '名 称:All Seeing Eye '描 述:电子邮件自动检查 '日 期:06/02/12 'QQ: 474366445 'E-mail/MSN: wowlion@16
www.eeworm.com/read/488450/6487270

java aes.java

/** * AES.java * * @author : 林足雄 LinZuxiong * @date : 2009-3-22 */ public class AES { private String plaintext = "";// 明文 private String ciphertext = "";// 密文 private String key
www.eeworm.com/read/486654/6524060

cpp 1088.cpp

/* This Code is Submitted by wywcgs for Problem 1088 on 2005-10-30 at 00:07:58 */ #include #include char word[128]; int encrypt(char); char decrypt(int); int main() {
www.eeworm.com/read/486736/6526106

dat usage.dat

Test Driver for Crypto++(TM) Library, a C++ Class Library of Cryptographic Schemes - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To sign a f
www.eeworm.com/read/485164/6566273

html ciphers.html

DCPcrypt v2: Users Guide - Ciphers DCPcrypt Cryptographic Component Library v2
www.eeworm.com/read/481966/6633358

cpp 1088.cpp

/* This Code is Submitted by wywcgs for Problem 1088 on 2005-10-30 at 00:07:58 */ #include #include char word[128]; int encrypt(char); char decrypt(int); int main() {
www.eeworm.com/read/478100/6719729

m elgamal.m

% % ElGamal PKC % % Functions: % % pub_key_gen % encrypt(p, Alpha, Betaa, m) % decrypt(y1, y2) % % % % Use: % % pub_key_gen - Generates the public key for the receiver.