代码搜索:Authenticator
找到约 887 项符合「Authenticator」的源代码
代码结果 887
www.eeworm.com/read/124745/6040649
txt eapsim-out.txt
+++> About to send encoded packet:
User-Name = "eapsim"
NAS-IP-Address = marajade.sandelman.ottawa.on.ca
EAP-Code = Response
EAP-Type-Identity = "eapsim"
Message-Authenticator = 0xABCDABCDABCDAB
www.eeworm.com/read/124745/6040652
txt eapsim-raw.txt
+++> About to send encoded packet:
User-Name = "eapsim"
NAS-IP-Address = marajade.sandelman.ottawa.on.ca
EAP-Code = Response
EAP-Type-Identity = "eapsim"
Message-Authenticator = 0x30
NAS-Port =
www.eeworm.com/read/124745/6040653
txt eapsim-cooked.txt
+++> About to send encoded packet:
User-Name = "eapsim"
NAS-IP-Address = marajade.sandelman.ottawa.on.ca
EAP-Code = Response
EAP-Type-Identity = "eapsim"
Message-Authenticator = 0xABCDABCDABCDAB
www.eeworm.com/read/124745/6040661
sh client.sh
#!/bin/sh
( echo 'User-Name = "eapsim"';
echo 'EAP-MD5-Password = "md5md5"';
echo 'NAS-IP-Address = marajade.sandelman.ottawa.on.ca';
echo 'EAP-Code = Response';
echo 'EAP-Id = 210';
echo '
www.eeworm.com/read/124745/6040689
sh client.sh
#!/bin/sh
#( echo 'User-Name = "eapmd5"';
# echo 'EAP-MD5-Password = "md5md5"';
# echo 'NAS-IP-Address = marajade.sandelman.ottawa.on.ca';
# echo 'EAP-Code = Response';
# echo 'EAP-Id = 210';
#
www.eeworm.com/read/111887/6151634
java cmppconnect.java
import java.lang.*;
import java.net.*;
import java.io.*;
import CMPPCommandID;
import CMPPPacket;
public class CMPPConnect extends CMPPPacket
{
public String source_addr = null;// 6 bytes
www.eeworm.com/read/111887/6151673
java cmppconnect.java
import java.lang.*;
import java.net.*;
import java.io.*;
import CMPPCommandID;
import CMPPPacket;
public class CMPPConnect extends CMPPPacket
{
public String source_addr = null;// 6 bytes
www.eeworm.com/read/256505/11995353
txt rfc2869.txt
Network Working Group C. Rigney
Request for Comments: 2869 Livingston
Category: Informational
www.eeworm.com/read/169714/5411557
h radius_packet.h
/* BEGIN_COPYRIGHT */
/* */
/* Open Diameter: Open-source software for the
www.eeworm.com/read/292758/3940422
properties authenticators.properties
BASIC=org.apache.catalina.authenticator.BasicAuthenticator
CLIENT-CERT=org.apache.catalina.authenticator.SSLAuthenticator
DIGEST=org.apache.catalina.authenticator.DigestAuthenticator
FORM=org.apach