代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/201813/5057081
c encrypt.c
/* encrypt V1.1 Fri Oct 18 04:28:03 NZDT 2002 */
/* File de/encryption, using libtomcrypt */
/* Written by Daniel Richards */
/* Help from Tom St Denis with various bits */
/
www.eeworm.com/read/183001/5258855
out pgp-pubkey-encrypt.out
--
-- PGP Public Key Encryption
--
-- successful encrypt/decrypt
select pgp_pub_decrypt(
pgp_pub_encrypt('Secret msg', dearmor(pubkey)),
dearmor(seckey))
from keytbl where keytbl.id=1;
pgp_pub_decr
www.eeworm.com/read/176751/5335252
java tea.java
/* CVS ID: $Id: TEA.java,v 1.1.1.1 2002/10/02 18:42:50 wastl Exp $ */
package net.wastl.webmail.misc;
import java.math.*;
/**
* Tiny Encryption Algorithm.
*
* (The following description