代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/494138/6378952
cpp encrypt.cpp
#include "stdafx.h"
#include "encrypt.h"
#include "mars.h"
int edcrypt(char *edstr, const char *str, bool ed)
{
//encrypt and decrypt
//if string is null, return false
if((!edstr) || (!str
www.eeworm.com/read/494138/6378958
h encrypt.h
#ifndef ENCRYPT_H
#define ENCRYPT_H
extern "C" _declspec(dllexport) int edcrypt(char *edstr, const char *str, bool ed = true);
extern "C" _declspec(dllexport) int edcrypt16(char *edstr, const c
www.eeworm.com/read/493068/6405771
vbw encrypt.vbw
frmEncrypt = 72, 72, 558, 277, Z, 24, 24, 510, 229, C
dsEncrypt = 48, 48, 534, 253,
www.eeworm.com/read/493068/6405775
vbp encrypt.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#D:\WINDOWS\System32\stdole2.tlb#OLE Automation
Form=frmEncrypt.frm
Class=dsEncrypt; clsEncrypt.cls
IconForm="frmEncrypt"
Startup
www.eeworm.com/read/492836/6410418
exe encrypt.exe
www.eeworm.com/read/480713/6660152
m encrypt.m
function encrypt(filein,fileout)
%ENCRYPT Apply the CRYPTO function to a text file.
% ENCRYPT
% with no arguments prompts for a input file name.
% ENCRYPT inputfilename
% encrypts t
www.eeworm.com/read/478100/6719731
m encrypt.m
%
% Only letters a through z are accepted for the message in this script.
% No special characters or punctuation is allowed.
message = input('Hi sender, please type the message that you would like to