Menu

Tree [9ba1e8] default tip /
 History

Read Only access


File Date Author Commit
 debian 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 .hgignore 2014-06-08 Russell Stuart Russell Stuart [aa2245] pbkdf2-0.1-1 - the source forge release
 .hgtags 2018-07-11 Russell Stuart Russell Stuart [9ba1e8] Added tag pbkdf2-0.5-1 for changeset da6d6dedd1e5
 ChangeLog.txt 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 Makefile 2014-06-17 Russell Stuart Russell Stuart [f4a86c] Release 0.2 - better optimisation, doco cleanup...
 Makefile-automake.am 2014-06-17 Russell Stuart Russell Stuart [f4a86c] Release 0.2 - better optimisation, doco cleanup...
 Makefile.release 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 README.txt 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 agpl-3.0.txt 2014-06-08 Russell Stuart Russell Stuart [aa2245] pbkdf2-0.1-1 - the source forge release
 configure.ac 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 password-strength.png 2014-06-08 Russell Stuart Russell Stuart [aa2245] pbkdf2-0.1-1 - the source forge release
 pbkdf2.1 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 pbkdf2.c 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 pbkdf2.html 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt
 pbkdf2.spec 2018-07-11 Russell Stuart Russell Stuart [da6d6d] Release pbkdf2-0.5-1 - see ChangeLog.txt

Read Me

Pbkdf2
------

  Pbkdf2 widens (strengthens) passwords.

  Usage is documented in the man page.  The HTML home
  page explains the rationale.

  The documentation in the source is readable online at
  the home page:
    http://pbkdf2.sourceforge.net/


Dependencies
------------

  - gcrypt, http://directory.fsf.org/project/libgcrypt/


Building and Installing
-----------------------
  
  Packages are available for Debian and RedHat style
  distributions at the home page.  If you install using
  one of them you can skip this section.

  Beware the default build creates a program highly optimised
  for the CPU it was built on.  It may not run on different
  models of the CPU.  See the Makefile for instructions on
  how to build a generic binary.

  The build dependencies are:
    - GNU build system (autoconf, automake, make, gcc),
      http://www.gnu.org/software/autoconf,
      http://www.gnu.org/software/automake,
      http://www.gnu.org/software/make,
      http://gcc.gnu.org/.
    - gcrypt development libraries,
      http://directory.fsf.org/project/libgcrypt/
    - libcloog-ppl0 for some optimisation levels,
      http://www.CLooG.org/
    - A POSIX system (unix shell, sed, etc).

  To build the re-distributable, in the directory containing
  this file run:
    make

  To install, in the directory containing this file run:
    make install


License
-------

  Copyright (c) 2014,2015,2018 Russell Stuart.

  This program is free software: you can redistribute it and/or modify it
  under the terms of the GNU Affero General Public License as published by
  the Free Software Foundation, either version 3 of the License, or (at your
  option) any later version.

  The copyright holders grant you an additional permission under Section 7
  of the GNU Affero General Public License, version 3, exempting you from
  the requirement in Section 6 of the GNU General Public License, version 3,
  to accompany Corresponding Source with Installation Information for the
  Program or any work based on the Program. You are still required to
  comply with all other Section 6 requirements to provide Corresponding
  Source.

  This program 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 Affero General Public License for more details.


--
Russell Stuart
2014-Jun-06