代码搜索:身份加密
找到约 5,494 项符合「身份加密」的源代码
代码结果 5,494
www.eeworm.com/read/163458/10159492
cpp zteancryptor.cpp
/* ZTeanCryptor.cpp
实现扩展的Tea加密算法类 CZTeanCryptor
张忠杰 2003-12-04
*/
#include "stdafx.h"
#include "ZTeanCryptor.h"
//定义常数
#define TEA_ROUND 32
#define TEA_DELTA 0x9E3779
www.eeworm.com/read/163458/10159496
cpp zteacryptor.cpp
/* ZTeaCryptor.cpp
实现Tea加密算法类 CZTeaCryptor
张忠杰 2003-12-04
*/
#include "stdafx.h"
#include "ZTeaCryptor.h"
//定义常数
#define TEA_ROUND 32
#define TEA_DELTA 0x9E3779B9
www.eeworm.com/read/421337/10740731
txt profilesecret.txt
#include
#include
#include
#include
void dofile(char *in_fname,char *pwd,char *out_fname);/*对文件进行加密的具体函数*/
void main(int argc,char *argv[])/*定义main()函数的命
www.eeworm.com/read/275175/10832478
txt readme.txt
Rockey 加密锁Delphi调用指南:
以下常量已在Rockey4ND.dcu中定义,可直接使用:
RY_FIND =1 ; {找锁}
RY_FIND_NEXT =2 ; {找下一锁}
RY_OPEN =3 ; {打开锁}
RY_CLOSE
www.eeworm.com/read/348897/10861346
txt encrypt说明.txt
void __stdcall Aes(BYTE *state, BYTE Nb, BYTE *key, BYTE Nk, BOOL Encrypt)
//state:表示数据 Nb:表示数据长度 key:表示密码 Nk表示密码长度 Encrypt=true:表示加密 否则表示解密
void __stdcall Des(BYTE *block,BYTE *key, BOOL desb)
//
www.eeworm.com/read/271157/11005185
m p0306.m
I=imread('eight.tif');
imshow(I) ;
J2=imnoise(I,'salt & pepper',0.04); % 叠加密度为0.04的椒盐噪声。
% 如图3-17(c)所示。
figure,imshow(J2);
I_Filter1=medfilt2(J2,[3
www.eeworm.com/read/469678/6925188
bas md5.bas
Attribute VB_Name = "modMD5"
Option Explicit
'MD5 数据加密模块
Private Const BITS_TO_A_BYTE = 8
Private Const BYTES_TO_A_WORD = 4
Private Const BITS_TO_A_WORD = 32
Private m_lOnBits(30)
Private m_l2P
www.eeworm.com/read/234979/7102333
dat bookinfo.dat
[General Information]
书名=全国高技术重点图书·通信技术领域 差分GPS定位技术与应用
作者=BEXP
SS号=
加密地址=
页数=316
下载位置=http://202.118.180.121/ebook/sjy01/diskdo/do11/16/!00001.pdg
www.eeworm.com/read/464351/7164842
m p0306.m
I=imread('eight.tif');
imshow(I) ;
J2=imnoise(I,'salt & pepper',0.04); % 叠加密度为0.04的椒盐噪声。
% 如图3-17(c)所示。
figure,imshow(J2);
I_Filter1=medfilt2(J2,[3