代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/443457/7632648
cpp 1129.cpp
#include
#include
char cipher[77], plain[77];
int c[77];
int main()
{
int key, i ;
int len;
while(scanf("%d", &key) != EOF && key)
{
scanf("%s", ci
www.eeworm.com/read/145881/12696795
html 047-050.html
Learn Encryption Techniques with BASIC and C++:Monoalphabetic Substitution Concepts
www.eeworm.com/read/145881/12696798
html 039-042.html
Learn Encryption Techniques with BASIC and C++:Monoalphabetic Substitution Concepts
www.eeworm.com/read/144012/12823855
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "维吉尼亚密码"
ClientHeight = 3360
ClientLeft = 60
ClientTop = 345
ClientWidth = 5325
LinkTopic
www.eeworm.com/read/144012/12823868
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "维吉尼亚密码"
ClientHeight = 3360
ClientLeft = 60
ClientTop = 345
ClientWidth = 5325
LinkTopic
www.eeworm.com/read/244305/12873598
java desencrypter.java
/* Stream-2-Stream - Peer to peer television and radio
* Project homepage: http://s2s.sourceforge.net/
* Copyright (C) 2005-2006 Jason Hooks
* ---------------------------------------------------
www.eeworm.com/read/328425/13027315
cpp normaluserlist.cpp
#include"NormalUserList.h"
/////////////////////////////////////////////////////////////
NormalUserList::Iterator NormalUserList::finduser(int type,char pattern[],Iterator from)//查找银行用户函数
{//功能:根据不
www.eeworm.com/read/328425/13027357
cpp normaluserlist.cpp
#include"NormalUserList.h"
/////////////////////////////////////////////////////////////
NormalUserList::Iterator NormalUserList::finduser(int type,char pattern[],Iterator from)//查找银行用户函数
{//功能:根据不
www.eeworm.com/read/326768/13118540
txt readme.txt
About Personal Data Security(PDS)
===============================================================================
PDS commandline block cipher engine.
ChinaPGP (http://hi.baidu.com/chinaPGP) All r
www.eeworm.com/read/137620/13308459
c aestest.c
/*
* aestest - program to run AES test data files on specified algorithm
* Customise the ALG name and include file below and link with
* any alg satisfying the AES C-API.
*
* writ