combina 0.4.1 review

Download
by rbytes.net on

combina is a password generator that uses three different algorithms based on combinatorial analysis. It implements the permutatio

License: GPL (GNU General Public License)
File size: 13K
Developer: Danilo Cicerone
0 stars award from rbytes.net

combina is a password generator that uses three different algorithms based on combinatorial analysis.

It implements the permutation without repetition, permutation with repetition (the famous brute force), and combination without repetition. combina project supports an unlimited number of characters in the input and MD5 password hashes.

Requirements:
argtable 2.6
OpenSSL 0.9.8a

Usage: combina [-dcraAns] [-k < int >] [-p < int >] [--user=STRING]... [--md5] [--sha1]
[--help] [--version]
-d Permutation without repetition
-c Combination without repetition
-r Permutation with repetition (default)
-k < int > define the length of the passwords (default is 3)
-p < int > progressive length of the passwords (from p to k)
-a add charset [abcdefghijklmnopqrstuvwxyz]
-A add charset [ABCDEFGHIJKLMNOPQRSTUVWXYZ]
-n add charset [0123456789]
-s add charset [! "#$%&'()*+,-./:;?@[]^_`{|}~]
--user=STRING add your charset
--md5 return the MD5 hash
--sha1 return the SHA1 hash
--help print this help and exit
--version print version information and exit

What's New in This Release:
The man page and Ubuntu (dapper) package were added.
You can now install combina with "make install".

combina 0.4.1 keywords