代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/112303/6146148
txt md5.txt
MD5 Based Authentication
Mark Crispin
1 November 1999
The IMAP toolkit makes available two MD5 based authentication
mechanisms, CRAM-MD5 and APOP. CRAM-MD5 is described
www.eeworm.com/read/112303/6146172
h smtp.h
/*
* Program: Simple Mail Transfer Protocol (SMTP) routines
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administr
www.eeworm.com/read/112192/6149014
txt md5.txt
MD5 Based Authentication
Mark Crispin
1 November 1999
The IMAP toolkit makes available two MD5 based authentication
mechanisms, CRAM-MD5 and APOP. CRAM-MD5 is described
www.eeworm.com/read/112192/6149050
h smtp.h
/*
* Program: Simple Mail Transfer Protocol (SMTP) routines
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administr
www.eeworm.com/read/111078/6159275
java chal.java
/**
* Copyright (C) 2003-2004 Funambol
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free
www.eeworm.com/read/111042/6160104
java authenticator.java
/*
* $Header: /cvsroot/mvnforum/mvnforum/src/com/mvnforum/auth/Authenticator.java,v 1.2 2004/01/18 19:13:11 minhnn Exp $
* $Author: minhnn $
* $Revision: 1.2 $
* $Date: 2004/01/18 19:13:11 $
www.eeworm.com/read/110729/6163683
java passwordconfig.java
package examples;
import java.util.Hashtable;
import javax.security.auth.login.*;
/**
* Sample configuration class for JAAS user authentication.
* This class is useful because it can be rew
www.eeworm.com/read/109011/6179184
java mailauthenticator.java
/*
* Copyright 1999,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/108417/6182720
java iauthenticator.java
/*
* Copyright (c) 2000 Lyrisoft Solutions, Inc.
* Used by permission
*/
package com.lyrisoft.chat.server.remote;
/**
* Interface for objects that will handle authentication. The server will del
www.eeworm.com/read/108417/6182743
java jdbcrecord.java
/*
* Jdbc Authentication Module:
* By Wayne Hogue
* Last Updated: 04.02.2000
* Based on
* Mysql Authentication Module:
* com.lyrisoft.auth.mysql
* By Leif Jackso