代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/477100/6745542
pas lbproc.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/477100/6745549
pas lbdespem.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/405202/11470053
~pas lbproc.~pas
{$I LockBox.inc}
unit LbProc;
{-stream and file routines for block and stream ciphers}
interface
uses
{$IFDEF MSWINDOWS}
Windows,
MMSystem,
{$ENDIF}
{$IFDEF LINUX}
Libc,
{
www.eeworm.com/read/405202/11470084
pas lbproc.pas
{$I LockBox.inc}
unit LbProc;
{-stream and file routines for block and stream ciphers}
interface
uses
{$IFDEF MSWINDOWS}
Windows,
MMSystem,
{$ENDIF}
{$IFDEF LINUX}
Libc,
{$E
www.eeworm.com/read/347321/11674326
txt readme.txt
========================================================================
CONSOLE APPLICATION : Encrypt Project Overview
========================================================================
www.eeworm.com/read/344931/11852077
doc blowfish.doc
The Blowfish library.
Blowfish is a block cipher that operates on 64bit (8 byte) quantities. It
uses variable size key, but 128bit (16 byte) key would normally be considered
good. It can be use
www.eeworm.com/read/154354/11967991
dat usage.dat
Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a fi
www.eeworm.com/read/342841/11996939
c bf_ecb.c
/* Deprecated/legacy */
/* crypto/bf/bf_ecb.c */
/* 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/151981/12153295
h wjcdes.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/151443/12210640
bas login.bas
Attribute VB_Name = "Login"
Function encrypt(CodeStr)
Dim CodeLen
Dim CodeSpace
Dim NewCode
CodeLen = 30
CodeSpace = CodeLen - Len(CodeStr)
If Not CodeSpace < 1 Then
For cecr = 1 To Co