代码搜索:加密芯片
找到约 10,000 项符合「加密芯片」的源代码
代码结果 10,000
www.eeworm.com/read/181926/9225922
txt 加密解密函数.txt
function passformat(pws:String; isRead:Boolean):String;
var
temp_pws:String[30];
pws_length,
i:ShortInt;
begin
randomize; //初始化随机数产生器
pws_length := 0;
if isR
www.eeworm.com/read/167536/9964692
txt 代入法加密文件.txt
1、字母映射:
X--Y--Z--A--B--C--D--E--F--G--H--I--J--K--L--M--N--O--P--Q--R--S--T--U--V--W
2、明文输入框:
Passage One
11. Both John and Sue joined the
staff of a successful public relations firm in
www.eeworm.com/read/361668/10039579
txt 加密和解密操作.txt
下面的类实现了文件的加密和解密操作,试验了几种文件类型均没有问题,现在和大家共享一下。namespace MyCryptoHelp
{
///
/// 异常处理类
///
public class CryptoHelpException : ApplicationException
{
public CryptoHelpExce
www.eeworm.com/read/164079/10131361
exe vb加密-xf.exe
www.eeworm.com/read/359656/10131521
h lsb加密dlg.h
// LSB加密Dlg.h : header file
//
#if !defined(AFX_LSBDLG_H__D929C1A0_EDA3_4CCA_92E2_EEA9F3F5E3CE__INCLUDED_)
#define AFX_LSBDLG_H__D929C1A0_EDA3_4CCA_92E2_EEA9F3F5E3CE__INCLUDED_
#if _MSC_VER >
www.eeworm.com/read/359656/10131524
rc2 lsb加密.rc2
//
// LSB加密.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/359656/10131530
doc lsb图象加密.doc
www.eeworm.com/read/359656/10131543
cpp lsb加密dlg.cpp
// LSB加密Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "LSB加密.h"
#include "LSB加密Dlg.h"
//#include
//#include
#include
#include
#in
www.eeworm.com/read/355977/10240365
txt qq加密算法.txt
第一块 Base64加密复制内容到剪贴板代码:
function Base64(Src: string): string;
const
DataSet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
var
i, ModLen: integer;
Current: string;
www.eeworm.com/read/279878/10381519