代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/127828/14332067
txt pocketsm.txt
PocketSM
========
Revisions
2003-01-21 Daniel Mierla - new version with authentication support
2002-10-01 Daniel Mierla - first version
SIP Instant Messaging client for Pocket PC
-----------
www.eeworm.com/read/217873/14946310
c hmac.c
/*
* FILE: hmac.c
* AUTHORS: Colin Perkins
*
* HMAC message authentication (RFC2104)
*
* Copyright (c) 1998-2000 University College London
* All rights reserved.
*
* Redistributi
www.eeworm.com/read/217873/14946338
h hmac.h
/*
* FILE: hmac.h
* AUTHORS: Colin Perkins
*
* HMAC message authentication (RFC2104)
*
* Copyright (c) 1998-2000 University College London
* All rights reserved.
*
* Redistributi
www.eeworm.com/read/216674/14997985
py hmac.py
"""HMAC (Keyed-Hashing for Message Authentication) Python module.
Implements the HMAC algorithm as described by RFC 2104.
This is just a copy of the Python 2.2 HMAC module, modified to work when
use
www.eeworm.com/read/14735/404265
c hmac.c
/*
* FILE: hmac.c
* AUTHORS: Colin Perkins
*
* HMAC message authentication (RFC2104)
*
* Copyright (c) 1998-2000 University College London
* All rights reserved.
*
* Redistributi
www.eeworm.com/read/14735/404281
h hmac.h
/*
* FILE: hmac.h
* AUTHORS: Colin Perkins
*
* HMAC message authentication (RFC2104)
*
* Copyright (c) 1998-2000 University College London
* All rights reserved.
*
* Redistributi
www.eeworm.com/read/482538/1287222
cc hmacsha1.cc
/*
* hmacsha1.{cc,hh} -- element implements IPsec hmac authentication using SHA1
* Dimitris Syrivelis
*
* Copyright (c) 2006 University of Thessaly, Hellas
*
* Permission is hereby granted, free
www.eeworm.com/read/471038/1434161
java simple.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to create an initial context to an LDAP server
* using simple authentication.
*
* usage
www.eeworm.com/read/471038/1434165
java usediff.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how to use different authentication information
* for one context.
*
* usage: java UseDiff
www.eeworm.com/read/471038/1434172
java badpasswd.java
import javax.naming.*;
import javax.naming.directory.*;
import java.util.Hashtable;
/**
* Demonstrates how failure to supply correct authentication information
* fails.
*
* usage: java BadPasswd