代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/417728/10979043
h~ tea.h~
#ifndef TEA_H
#define TEA_H
//#include
#include "util.h"
class TEA {
public:
TEA(const byte *key, int round = 32, bool isNetByte = false);
TEA(const TEA &rhs);
TEA& opera
www.eeworm.com/read/417728/10979044
h tea.h
#ifndef TEA_H
#define TEA_H
//#include
#include "util.h"
#include
class TEA {
public:
TEA(const byte *key, int round = 32, bool isNetByte = false);
TEA(const
www.eeworm.com/read/417223/10999742
hpp dspdesencryption.hpp
#ifndef _DESENCRYPTION_
#define _DESENCRYPTION_
enum { ENCRYPT, DECRYPT };
namespace DSPDESService
{
// Type Encrypt ,DECRYPT
//OUT Buffer length(out)>=((datalen+7)/8)*8
class DSPDe
www.eeworm.com/read/470796/6908421
h des.h
#define ENCRYPT 0
#define DECRYPT 1
//enum bool{false,true}; // if bool is not supported,use this or just replace with char
// and use 1 for true,0 for false;
////
www.eeworm.com/read/330474/12886999
py dec.py
#!/usr/bin/env python
from M2Crypto import RSA, EVP, Rand
import time,sys
def decrypt(keyfn, msgfn, outfn):
print 'decrypt (%s, %s, %s)' % (keyfn,msgfn,outfn)
key = RSA.load_key(keyfn)
f
www.eeworm.com/read/243761/12919087
txt 变形病毒.txt
病毒由无加密到简单加密发展到变形病毒.早期的简单加密病毒工作范例如下:
@entry:
call @1
@1: pop bp
lea di,[bp+@3-@1]
@2: xor byte ptr cs:[di],0
@key = $-1
inc di
loop @2
@3: ... ;病毒的主要代码
@4: ;这里假设,es:di指向用于储存加密后代码的
www.eeworm.com/read/242285/13081893
pas unit1.pas
{*****************************************************************************}
{作者:许运乾,QQ:415270083, 或E-mail:CxLing03@163.com或qian0303@sohu.com }
{在软件保护中,我们常常要用到机器的标识。根据作者的经验,在好
www.eeworm.com/read/242285/13081916
~pas unit1.~pas
{*****************************************************************************}
{作者:QQ:415270083, 或E-mail:CxLing03@163.com或qian0303@sohu.com }
{在软件保护中,我们常常要用到机器的标识。根据作者的经验,在好些服务器