- updated URL

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@7 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
Jim Wigginton 2007-07-25 21:56:14 +00:00
parent 9a7150d61f
commit 29ee82e67b
6 changed files with 42 additions and 10 deletions

View File

@ -53,8 +53,8 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: DES.php,v 1.2 2007-07-23 05:21:39 terrafrost Exp $
* @link http://pear.php.net/package/Crypt_DES
* @version $Id: DES.php,v 1.3 2007-07-25 21:56:14 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
/**#@+

View File

@ -1,4 +1,36 @@
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
* Pure-PHP implementation of keyed-hash message authentication codes (HMACs).
*
* Uses hash() or mhash() if available and an internal implementation, otherwise. Currently supports md5 and sha1.
*
* PHP versions 4 and 5
*
* LICENSE: This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* @category Crypt
* @package Crypt_HMAC
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: HMAC.php,v 1.2 2007-07-25 21:56:14 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
/**#@+
* @access private

View File

@ -55,8 +55,8 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: RC4.php,v 1.2 2007-07-23 05:21:39 terrafrost Exp $
* @link http://pear.php.net/package/Crypt_RC4
* @version $Id: RC4.php,v 1.3 2007-07-25 21:56:14 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
/**#@+

View File

@ -35,8 +35,8 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: Random.php,v 1.2 2007-07-23 05:21:39 terrafrost Exp $
* @link http://pear.php.net/package/Crypt_Random
* @version $Id: Random.php,v 1.3 2007-07-25 21:56:14 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
/**

View File

@ -47,8 +47,8 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: TripleDES.php,v 1.2 2007-07-23 05:21:39 terrafrost Exp $
* @link http://pear.php.net/package/Crypt_TripleDES
* @version $Id: TripleDES.php,v 1.3 2007-07-25 21:56:14 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
/**

View File

@ -65,8 +65,8 @@
* @author Jim Wigginton <terrafrost@php.net>
* @copyright MMVII Jim Wigginton
* @license http://www.gnu.org/licenses/lgpl.txt
* @version $Id: SSH1.php,v 1.3 2007-07-25 21:49:33 terrafrost Exp $
* @link http://pear.php.net/package/Net_SSH1
* @version $Id: SSH1.php,v 1.4 2007-07-25 21:55:48 terrafrost Exp $
* @link http://phpseclib.sourceforge.net
*/
/**