代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/271985/10974593
txt dev.txt
encrypt the database user_info===>ok
classify the user right====>ok
use class operate ==>doing
export to excel fuction ==>undo
www.eeworm.com/read/470055/6923959
txt shacal2.txt
AlgorithmType: SymmetricCipher
Name: SHACAL-2/ECB
Source: NESSIE submission
Comment: Set 1, vector 0
Key: 80000000000000000000000000000000000000000000000000000000000000000000000000000000
www.eeworm.com/read/440219/7691864
cpp transposition.cpp
#include
#include
#include
#include
#define r_size 5
void main()
{
clrscr();
char msg[50];
int i,j,k,k1,j1;
char encrypt[10][r_size];
cout
www.eeworm.com/read/289562/7805622
18 fig18.18
#include "apue.h"
char *getpass(const char *);
int
main(void)
{
char *ptr;
if ((ptr = getpass("Enter password:")) == NULL)
err_sys("getpass error");
printf("password: %s\n", ptr);
/* now use
www.eeworm.com/read/289562/7806026
c t_getpass.c
#include "apue.h"
char *getpass(const char *);
int
main(void)
{
char *ptr;
if ((ptr = getpass("Enter password:")) == NULL)
err_sys("getpass error");
printf("password: %s\n", ptr);
/* now use
www.eeworm.com/read/198616/7922854
18 fig18.18
#include "apue.h"
char *getpass(const char *);
int
main(void)
{
char *ptr;
if ((ptr = getpass("Enter password:")) == NULL)
err_sys("getpass error");
printf("password: %s\n", ptr);
/* now use
www.eeworm.com/read/198616/7924103
c t_getpass.c
#include "apue.h"
char *getpass(const char *);
int
main(void)
{
char *ptr;
if ((ptr = getpass("Enter password:")) == NULL)
err_sys("getpass error");
printf("password: %s\n", ptr);
/* now use
www.eeworm.com/read/247320/12666569
txt shacal2.txt
AlgorithmType: SymmetricCipher
Name: SHACAL-2/ECB
Source: NESSIE submission
Comment: Set 1, vector 0
Key: 80000000000000000000000000000000000000000000000000000000000000000000000000000000
www.eeworm.com/read/145879/12697123
txt pgp 简介.txt
发信人: far (白开水), 信区: Security
标 题: PGP 简介 (转载) yuhj (转寄)
发信站: 武汉白云黄鹤站 (Wed Sep 16 16:45:13 1998) , 转信
【 以下文字转载自 Encrypt 讨论区 】
【 原文由 faunt.bbs@bbs.sjtu.edu.cn 所发
www.eeworm.com/read/332098/12779661
18 fig18.18
#include "apue.h"
char *getpass(const char *);
int
main(void)
{
char *ptr;
if ((ptr = getpass("Enter password:")) == NULL)
err_sys("getpass error");
printf("password: %s\n", ptr);
/* now use