代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/272265/10964002
pas crypt.pas
unit Crypt;
interface
uses
Classes, SysUtils;
function Encrypt(Pass_W:AnsiString):AnsiString;
function Decrypt(Pass_E:AnsiString):AnsiString;
const PW_Code : array[1..6]of byte = (
www.eeworm.com/read/139337/10996744
cpp usemars.cpp
// usemars.cpp : Defines the entry point for the console application.
// 使用IBM的MRAS加密算法,本算法是块加密入16个字节,出16个字节
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
char *key="this is tes
www.eeworm.com/read/465477/6936674
txt rfc2944.txt
Network Working Group T. Wu
Request for Comments: 2944 Standford University
Category: Standards Track
www.eeworm.com/read/465112/6966541
pl bf586.pl
#!/usr/local/bin/perl
$prog="bf586.pl";
# base code is in microsft
# op dest, source
# format.
#
if ( ($ARGV[0] eq "elf"))
{ require "x86unix.pl"; }
elsif ( ($ARGV[0] eq "a.
www.eeworm.com/read/465112/6966665
h des.h
/* lib/des/des.h */
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This file is part of an SSL implementation written
* by Eric Young (eay@mincom.oz.au).
*
www.eeworm.com/read/467948/6997118
c~ enc_parallel.c~
#include
#include
#include
#include
#include
#include
void encrypt(char data,char data1,int key[],int k);/* Function to encrypt a fi
www.eeworm.com/read/175474/7153399
c abb_password.c
#include
static void encrypt_password(unsigned char *pwd, unsigned char *key);
main()
{
unsigned char pwd[4], key[4];
pwd[0] = 0x00; pwd[1] = 0x00; pwd[2] = 0x00; pwd[3] = 0x00;
key
www.eeworm.com/read/457412/7325812
txt ecb_ival.txt
=========================
FILENAME: "ecb_ival.txt"
Electronic Codebook (ECB) Mode
Intermediate Value Tests
Algorithm Name: TWOFISH
Principal Submitter: Bruce Schneier, Counterpane Systems
www.eeworm.com/read/450639/7479589
pl bf586.pl
#!/usr/local/bin/perl
$prog="bf586.pl";
# base code is in microsft
# op dest, source
# format.
#
if ( ($ARGV[0] eq "elf"))
{ require "x86unix.pl"; }
elsif ( ($ARGV[0] eq "a.
www.eeworm.com/read/450639/7479794
h des.h
/* lib/des/des.h */
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This file is part of an SSL implementation written
* by Eric Young (eay@mincom.oz.au).
*