代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/101042/6259265
c casttest.c
/* crypto/cast/casttest.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/100503/6268871
pl des686.pl
#!/usr/local/bin/perl
$prog="des686.pl";
# base code is in microsft
# op dest, source
# format.
#
# WILL NOT WORK ANYMORE WITH desboth.pl
require "desboth.pl";
if ( ($ARGV[0] eq "elf"))
{ require
www.eeworm.com/read/100037/6276184
pl des686.pl
#!/usr/local/bin/perl
$prog="des686.pl";
# base code is in microsft
# op dest, source
# format.
#
# WILL NOT WORK ANYMORE WITH desboth.pl
require "desboth.pl";
if ( ($ARGV[0] eq "elf"))
{ require
www.eeworm.com/read/358948/6315112
c dcaesar.c
#include
#include "dcaesar.h"
extern unsigned char dcaesar_encrypt( unsigned char p,
int k,
int base,
int start )
{
return ((p+k)%base+start);
};
extern u
www.eeworm.com/read/488571/6489814
txt 使用asp加密算法加密你的数据(二.txt
使用ASP加密算法加密你的数据(二)
在第一部分,讨论了如何生成密钥,下面将介绍如何使用这个密钥来加密和解密一个
字符串。
下面的代码就是能够同时实现这个功能的函数
Crypt.asp文件
www.eeworm.com/read/484587/6580485
c rijndael-test-fst.c
/**
* rijndael-test-fst.c
*
* @version 3.0 (December 2000)
*
* Optimised ANSI C code for the Rijndael cipher (now AES)
*
* @author Vincent Rijmen
* @author
www.eeworm.com/read/154141/11986431
java des.java
/*
* This Java version of Eric Young's code created from the
* original source by Jeremy Allison. .
* Version 1.0.
*/
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
* All ri
www.eeworm.com/read/342841/11996843
h des.h
/* Deprecated/legacy */
/* crypto/des/des.org */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eri
www.eeworm.com/read/336724/12420270
h des.h
/* Deprecated/legacy */
/* crypto/des/des.org */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eri