代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/374502/9402227
epic-crypt-gpg
#!/bin/bash
#
# This is a simplistic encryption demonstrating the principles
# of the protocol, while being quite usable.
#
# the first input line contains words, the first of which is the key,
# and
www.eeworm.com/read/364050/9923383
h tea.h
#ifndef TEA_H
#define TEA_H
/*
*for htonl,htonl
*do remember link "ws2_32.lib"
*/
#include
#include "util.h"
class TEA {
public:
TEA(const byte *key, int round = 32, bool i
www.eeworm.com/read/361236/10063499
h tea.h
#ifndef TEA_H
#define TEA_H
/*
*for htonl,htonl
*do remember link "ws2_32.lib"
*/
#include
#include "util.h"
class TEA {
public:
TEA(const byte *key, int round = 32, bool i
www.eeworm.com/read/359577/10136063
txt tea.txt
AlgorithmType: SymmetricCipher
Name: TEA/ECB
Source: http://www.cix.co.uk/~klockstone/teavect.htm
Comment: test 1
Plaintext: 00000000 00000000
Key: 00000000 00000000 00000000 00000000
Cipherte
www.eeworm.com/read/359577/10136115
txt camellia.txt
AlgorithmType: SymmetricCipher
Name: Camellia/ECB
Source: NESSIE submission
Comment: Tests with 128-bit keys
Comment: Set 1, vector 0
Key: 80000000000000000000000000000000
Plaintext:
www.eeworm.com/read/357237/10213272
cpp md5test.cpp
////////////////////////////////////////////////////////////////////////////////
// md5test.cpp : Defines the entry point for the console application.
//
#include "windows.h"
#include "string.
www.eeworm.com/read/349844/10796544
h ffdecsa.h
/* FFdecsa -- fast decsa algorithm
*
* Copyright (C) 2003-2004 fatih89r
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li