代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/181893/9232330
txt via_ace.txt
Support for the VIA Nehemiah Advanced Cryptography Engine (ACE)
---------------------------------------------------------------
A. Introduction
The AES code now supports the VIA ACE engine.
www.eeworm.com/read/179951/9329409
h des3.h
#include "des.h"
int des3_ecb_encrypt(const unsigned char *pt, unsigned char *ct,const unsigned char *key,int keylen);
int des3_ecb_decrypt(const unsigned char *pt, unsigned char *ct,const unsig
www.eeworm.com/read/362546/9993283
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 尹文才
Email: batman713@gmail.com
This product is free for use.
*/
///////////////////////////////
www.eeworm.com/read/357089/10216268
inc decript.inc
DECRYPT
MOVLW 11+1
MOVWF CNT1
DECRYPT_OUTER
MOVLW 48
MOVWF CNT0
DECRYPT_INNER
CLRWDT
MOVFW CN
www.eeworm.com/read/424063/10503452
m com_encr.m
function [ret,x0,str,ts,xts]=com_encr(t,x,u,flag);
%COM_ENCR is the M-file description of the SIMULINK system named COM_ENCR.
% The block-diagram can be displayed by typing: COM_ENCR.
%
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/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