代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/362032/2939091
c zdencrypt.c
#ifndef _ZD_ENCRYPT_C
#define _ZD_ENCRYPT_C
#if defined(PHY_1202)
#include "zd80211.h"
const unsigned int crc32_tab[] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc41
www.eeworm.com/read/293299/8300977
c zdencrypt.c
#ifndef _ZD_ENCRYPT_C
#define _ZD_ENCRYPT_C
#if defined(PHY_1202)
#include "zd80211.h"
const unsigned int crc32_tab[] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc41
www.eeworm.com/read/293269/8303323
c zdencrypt.c
#ifndef _ZD_ENCRYPT_C
#define _ZD_ENCRYPT_C
#if defined(PHY_1202)
#include "zd80211.h"
const unsigned int crc32_tab[] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc41
www.eeworm.com/read/235145/14083754
c zdencrypt.c
#ifndef _ZD_ENCRYPT_C
#define _ZD_ENCRYPT_C
#if defined(PHY_1202)
#include "zd80211.h"
const unsigned int crc32_tab[] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc41
www.eeworm.com/read/385758/8790802
cpp tea2.cpp
public class Tea
{
public static byte[] Encrypt(byte[] data, byte[] key)
{
byte[] dataBytes;
if (data.Length % 2 == 0)
{
dataBytes = data;
}
else
{
dataBytes = new
www.eeworm.com/read/427960/8909605
c mraes.c
/*
* Implementation of the NIST Advanced Ecryption Standard
*
* Could/Should be speeded up by assembly patches in time critical loops in
* aes_ecb_encrypt() and aes_ecb_decrypt()
*
* Note
www.eeworm.com/read/180246/9314697
pas testdll.pas
unit testdll;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TBase64String = function ( DataStr: string; Encrypt
www.eeworm.com/read/349903/10785597
c mraes.c
/*
* Implementation of the NIST Advanced Ecryption Standard
*
* Could/Should be speeded up by assembly patches in time critical loops in
* aes_ecb_encrypt() and aes_ecb_decrypt()
*
* Note
www.eeworm.com/read/420555/10790279
dfm umain.dfm
object MainFrm: TMainFrm
Left = 245
Top = 156
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'PE Encrypt v1.0 :: Delphi design'
ClientHeight = 238
Clien
www.eeworm.com/read/454396/7392214
txt readme.txt
Encrypt - Rudimentary encryption/decryption demo program
Copyright (c) 1997 SoftCircuits Programming (R)
Redistributed by Permission.
This Visual Basic 5.0 example program demonstrates a very sim