代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/365515/9860011
t encrypt.t
#!./perl -w
# ID: %I%, %G%
use strict ;
use lib 't' ;
use BerkeleyDB;
use util ;
BEGIN
{
if ($BerkeleyDB::db_version < 4.1) {
print "1..0 # Skip: this needs Berkeley DB 4.1.x or be
www.eeworm.com/read/167116/9980506
m encrypt.m
function encrypt(filein,fileout)
%ENCRYPT Apply the CRYPTO function to a text file.
% ENCRYPT
% with no arguments prompts for a input file name.
% ENCRYPT inputfilename
% encrypts the te
www.eeworm.com/read/358784/10179651
asm encrypt.asm
TITLE Encryption Program (Encrypt.asm)
; This program demonstrates simple symmetric
; encryption using the XOR instruction.
; Chapter 6 example.
INCLUDE Irvine32.inc
KEY = 239
www.eeworm.com/read/358784/10179683
asm encrypt.asm
TITLE Encryption Program (Encrypt.asm)
; This program uses MS-DOS function calls to
; read and encrypt a file. Run it from the
; command prompt, using redirection:
; Encrypt < i
www.eeworm.com/read/280856/10287187
h encrypt.h
// ***************************************************************
// ComService version: 1.0
// -------------------------------------------------------------
// File Name: Encrypt.h
// Creat
www.eeworm.com/read/280856/10287215
cpp encrypt.cpp
// ***************************************************************
// ComService version: 1.0
// -------------------------------------------------------------
// File Name: Encrypt.cpp
// Cre
www.eeworm.com/read/280643/10301199
cs encrypt.cs
using System;
using System.Text;
using System.Security.Cryptography;
namespace MyOA.CommonComponent
{
///
/// 一个通用的加密、解密类
///
public class Encrypt
{
///
www.eeworm.com/read/162211/10325660
c encrypt.c
/*
* This program generated by deslike.c
* written by David Ashley dash@xdr.com
* http://www.xdr.com/dash
*/
static unsigned char table0[64]=
{
6,13, 4, 5, 4, 1,14,13, 0, 7,13,12, 8,15, 8, 2,
14