代码搜索:KEY1
找到约 1,573 项符合「KEY1」的源代码
代码结果 1,573
www.eeworm.com/read/303415/13816599
key1
www.eeworm.com/read/210226/15204205
key1
www.eeworm.com/read/331645/12816938
jpg key1`.jpg
www.eeworm.com/read/467898/7003492
bas encryption.bas
Attribute VB_Name = "Encryption"
Option Explicit
Public Function Encrypt(Key1 As String, txtcode As String)
Dim i, j, k As Integer, thekey
Dim a, b, CryptText As String
On Error Resume Next
www.eeworm.com/read/161070/10456720
v key1.v
module key1 (keyin,ledout);
input [7:0] keyin;
output [7:0] ledout;
assign ledout=keyin;
endmodule
www.eeworm.com/read/192980/8261141
rpt key1.flow.rpt
Flow report for key1
Sun Feb 04 16:18:52 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Flow
www.eeworm.com/read/428673/8852599
txt 用vb实现数据的加解密算法.txt
随着计算机应用的普及,信息的安全性越来越受到人们的重视,对数据加解密算法的研究也在不断地深入,但一般的加解密算法如DES和RSA等过于复杂,且运算速度慢,特别是它的移位操作,对于VB这样的高级语言实现起来也比较困难。而一般的MIS(Management Information System)系统多用高级语言开发,对数据的加密要求不高,因此,研究简易数据加解密算法还是有相当的现实意义。
简 ...