jpwgen

Java-based password generator whose functionality resembles the popular 'pwgen' program.
Download

jpwgen Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Krasimir Zhelev
  • Publisher web site:
  • http://developer.berlios.de/devlog/wp-signup.php?new=zhelev

jpwgen Tags


jpwgen Description

Java-based password generator whose functionality resembles the popular 'pwgen' program. jpwgen is a Java-based password generator whose functionality resembles the popular 'pwgen' program. The *nix based version of 'pwgen' is available at uses 100% Java and is thus platform independent. It extends the pwgen functionality by the utilizing regular expressions for checking different types of conditions such as whether a password starts with a symbol or not, with a digit or not and so on. jpwgen supports blacklists and different types of secure random generators. As an embedded library it can be employed in the process of password generation against certain password policies or for password suggestion services.jpwgen utilizes a predefined set of vowels and consonants that are brought together by an iterative algorithm. The concept of dipthong is also used which can represent a consonant or a vowel. Typical examples of dipthongs are ei for vowels and - th for consonants.Various algorithms for random generation can be used for feeding the process of password generation. This ensures unique password creation.By default two filters are registered when jpwgen is started. The first one is an empty black-list filter. It can be used to filter out forbidden predefined passwords(such as qwerty ). The second one is based on regular expressions and uses frequently utilized rules for filtering passwords such as the number of contained symbols, digits and so on. See the help for a detailed description or refer to the Javadoc. Requirements: · Python


jpwgen Related Software