代码搜索:加密芯片
找到约 10,000 项符合「加密芯片」的源代码
代码结果 10,000
www.eeworm.com/read/235195/14082131
txt 加密原理.txt
加密原理
加密也可提高终端和网络通讯的物理安全,有三种方法加密传输数据:
. 链接加密:在网络节点间加密,在节点间传输加密,传送到节点后解密, 不同节点对间用不同的密码.
节点加密:与链接加密类似,不同的只是当数据在节点间传送时,不用明 码格式传送,而是用特殊的加密硬件进行解密和重加密,这种 专用硬件通常旋转在安全保险箱中.
首尾加密:对进入网络的数据加密,然后待数据从网络 ...
www.eeworm.com/read/200800/15424651
bas 加密解密.bas
Attribute VB_Name = "Module1"
Public Function EDcode$(CharString As String, Key As Integer)
Dim X As Single, I As Long
Dim CharNum As Integer, RandomInteger As Integer
Dim CharSingle
www.eeworm.com/read/111398/15513803
bas 加密模块.bas
www.eeworm.com/read/109843/15546848
txt vb加密.txt
Function UserCode(password As String) As String
'用户口令加密
Dim il_bit, il_x, il_y, il_z, il_len, i As Long
Dim is_out As String
il_len = Len(password)
il_x = 0
il_y = 0
is_
www.eeworm.com/read/105943/15652057
url 数据加密.url
[InternetShortcut]
URL=http://saysecurity.163.net/crypto/implement.html
Modified=20409A57ED8BBF0189
www.eeworm.com/read/103970/15715371
vbp des加密.vbp
Type=Exe
Form=DES.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINXP\System32\stdole2.tlb#OLE Automation
Module=DESEncode; DESEncode.bas
Object={F9043C88-F6F2-101A-A3C9-08002B2
www.eeworm.com/read/103970/15715372
exe des加密.exe
www.eeworm.com/read/103970/15715374
vbw des加密.vbw
Form1 = -2, -1, 529, 391, C, -1, -3, 529, 274, C
DESEncode = 0, -2, 529, 468, C
www.eeworm.com/read/101492/15830628