代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/414084/11131256
asm scrypt32.asm
; -------------------------------------------------- ;
; Small Encryption Library 1.0 ;
; Coded on FASM 1.66+ ;
; ----------------------------
www.eeworm.com/read/265543/11261860
c descert.c
#include
main()
{
char key[8],plain[8],cipher[8],answer[8];
int i;
int test;
int fail;
desinit(0);
for(test=0;!feof(stdin);test++){
get8(key);
printf(" K: "); put8(
www.eeworm.com/read/146635/12629524
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/111545/15510281
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/108939/15569558
h methods.h
#pragma once
enum CIPHER
{
ENCRYPT_METHOD = 0,
DECRYPT_METHOD,
ENCRYPT_EXE
};
www.eeworm.com/read/108811/15575073
txt 一个java的des加密程序.txt
一个JAVA的DES加密程序
前几天要做DES的加密程序,找到了一个举例程序,大家可以参考一下
import java.security.*;
import javax.crypto.*;
import javax.crypto.spec.*;
public class DES {
public static int _DES = 1;
public sta
www.eeworm.com/read/101225/15841044
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/101224/15841278
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/100767/15864772
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr