代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/454396/7392213
frx encrypt.frx
www.eeworm.com/read/454202/7396419
java encrypt.java
/*
* $Id: Encrypt.java,v 1.3 2002/02/28 09:08:58 blowagie Exp $
* $Name: $
*
* This code is free software. It may only be copied or modified
* if you include the following copyright notice:
*
www.eeworm.com/read/451659/7458672
h encrypt.h
class Encrypt
{
public:
Encrypt();
virtual ~Encrypt();
void Des_Encrypt(char out[8],char in[8],bool subkey[16][48]);
void Des_Decrypt(char out[8],char in[8],bool subkey[16][48]);
void De
www.eeworm.com/read/451659/7458676
cpp encrypt.cpp
#include "stdafx.h"
#include "DES.h"
#include "Encrypt.h"
Encrypt::Encrypt()
{
}
const char Encrypt::Table_IP[64]={
58,50,42,34,26,18,10,2,60,52,44,36,28,20,12,4,
62,54,46,38,30,22,14,6,64
www.eeworm.com/read/451659/7458681
obj encrypt.obj
www.eeworm.com/read/451385/7466301
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 t
www.eeworm.com/read/435256/7794934
class encrypt.class
www.eeworm.com/read/435256/7794945
java encrypt.java
/*
* * Please Visit us at www.codemiles.com *
* This Program was Developed by www.codemiles.com forums Team
* * Please Don't Remove This Comment *
*/
public
www.eeworm.com/read/112312/7812405
bas encrypt.bas
Attribute VB_Name = "Encrypt"
Option Explicit
'Set to True to make the password case-sensitive
#Const CASE_SENSITIVE_PASSWORD = False
'Encrypt text
Public Function EncryptText(strText As Str
www.eeworm.com/read/298714/7943863
h encrypt.h
#if !defined(AFX_ENCRYPT_H__459CC853_076E_4958_BD76_1B73A0C42CF9__INCLUDED_)
#define AFX_ENCRYPT_H__459CC853_076E_4958_BD76_1B73A0C42CF9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS