passwd_gen library

A library to generate passwords. It includes a series of collections of items such as: Latin characters as well as French, German, Italian, Spanish extensions and the usual special characters. It also includes the EFF's word list from the work of Joseph Bonneau and others. (See references below). It allows to extend the collections with its own elements.

Classes

CommonPasswordItemList
Define some commons items list
Password
Represents a password, which is the result of PasswordService.generatePassword It can be obtained with password as List<String> or with toString as String entropy is the bits of entropy calculated from size of collection items and password length .
PasswordService
Service use to generate Password. Passwords are generated from collections of elements and a random generator that takes elements to build the password. A secure Random is used if supported otherwise the normal is used.

Constants

effLargeWordsList → const Map<num, String>
The Electronic Frontier Foundation's long word list.
effShortWordsList → const Map<num, String>
The Electronic Frontier Foundation's general short word list.