代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/302449/13834579
txt rfc2946.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:安智平(fivestar anzp@xanet.edu.cn)
译文发布时间:2001-4-12
版权:本翻译文
www.eeworm.com/read/150726/5689590
h rsa.h
#pragma once
#include "BigInt.h"
class CRsa
{
public:
CRsa();
~CRsa();
void getkeys(CBigInt& n,CBigInt& e,CBigInt& d);
CBigInt encrypt(CBigInt& m,CBigInt& n,CBigInt& e);
CBigInt decrypt(
www.eeworm.com/read/148976/5705034
java~10~ unencrypt.java~10~
package encryptandunencrypt;
import java.io.*;
import javax.crypto.*;
import javax.crypto.spec.SecretKeySpec;
public class UnEncrypt {
private String fenge = java.io.File.separator;
www.eeworm.com/read/148609/5713699
readme
First up, let me say I don't like writing in assembler. It is not portable,
dependant on the particular CPU architecture release and is generally a pig
to debug and get right. Having said that, the
www.eeworm.com/read/143581/5756723
def loader.def
LIBRARY ENDECRYPT
DESCRIPTION 'Feitian JAVA en/decrypt'
EXPORTS
Encrypt
Decrypt
www.eeworm.com/read/140582/5785461
readme
First up, let me say I don't like writing in assembler. It is not portable,
dependant on the particular CPU architecture release and is generally a pig
to debug and get right. Having said that, the
www.eeworm.com/read/140582/5786988
dowhack
#!/bin/sh
# A collection of whack sequences to test Pluto.
# Generally, we command the west Pluto to negotiate with east.
# Sometimes north and south come into play, but not as participants.
#
# Note
www.eeworm.com/read/140582/5787204
sh teammail-sample.sh
#!/bin/sh
#set -x
set -e
. $HOME/freeswan-regress-env.sh
recipients=`echo $NIGHTLY_WATCHERS | sed -e 's/,/ /g'`
#recipients='mcr@freeswan.org hugh@freeswan.org'
tmpfile=/tmp/msg$$
cat - >$tmpfile