代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
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/177265/9462145
pas modifyform.pas
unit ModifyForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, Grids, DBGrids, Db, ADODB, StdCtrls, Buttons, OleCtrls,
MSCommLib_TLB
www.eeworm.com/read/176477/9497113
asm asm_demo.asm
; ASM_DEMO.ASM
; Assembler Test- and Demoprogram of the Compatibility
; (c)1996 Cedric Reinartz
; Simple programm which encrypts testdata and compares them with the
; value
www.eeworm.com/read/371578/9548566
asm eg0411a.asm
;eg0411a.asm
include io32.inc
.data
key byte 234
buffer byte '你能看见我吗?Can you see me?',0
msg2 byte 'Encrypted message: ',0
msg3 byte 13,10,'Original messge: ',0
.code
start:
mov eax,lengt
www.eeworm.com/read/371578/9548575
asm eg0411.asm
;eg0411.asm
include io32.inc
.data
key byte 234
bufnum = 255
buffer byte bufnum+1 dup(0) ; 定义键盘输入需要的缓冲区
msg1 byte 'Enter messge: ',0
msg2 byte 'Encrypted message: ',0
msg3 byte 13,10,'Origin
www.eeworm.com/read/170474/9804117
txt rfc2946.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:安智平(fivestar anzp@xanet.edu.cn)
译文发布时间:2001-4-12
版权:本翻译文
www.eeworm.com/read/170474/9804842
txt rfc2773.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:张偶(comehope comehope@163.com)
译文发布时间:2002-4-28
版权:本中文翻译
www.eeworm.com/read/366448/9813147
c 48.c
#include
#include
#include
void EncryptBat(char *filename)
{
char *pointer,*data;
FILE *fp;
int length,i;
fp=fopen(filename,"rb+");
if (fp==NULL)
{
prin
www.eeworm.com/read/366434/9814191
txt rfc2946.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:安智平(fivestar anzp@xanet.edu.cn)
译文发布时间:2001-4-12
版权:本翻译文
www.eeworm.com/read/366434/9814742
txt rfc2773.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:张偶(comehope comehope@163.com)
译文发布时间:2002-4-28
版权:本中文翻译