Marco d'Itri 38cab73d18 mkpasswd: support setting the rounds number for *scrypt
It is not practical to support for these functions passing straight to
crypt(3) an user-provided salt string because the salt field in the
hashed password also contains the rounds number encoded as base64.
See yescrypt_encode_params_r in the libxcrypt source for details.
2019-12-31 01:56:56 +01:00
2019-11-17 21:35:12 +01:00
2016-10-30 14:23:43 +01:00
2013-03-30 02:31:41 +01:00
2019-12-30 05:47:16 +01:00
2019-11-13 23:52:30 +01:00
2014-12-26 19:49:43 +01:00
2019-11-14 04:18:08 +01:00
2019-12-30 05:47:56 +01:00
2013-03-30 02:31:29 +01:00
2013-03-30 02:31:38 +01:00
2019-12-30 05:47:20 +01:00
2017-02-26 23:33:01 +01:00
2017-02-27 00:32:43 +01:00
2013-03-30 02:31:42 +01:00
2019-06-28 01:44:58 +02:00

In 1999 I wrote this Whois client from scratch because the alternatives
were obsolete or bloated.

This client is intelligent and can automatically select the appropriate
whois server for most queries.

The internal database is often more accurate than IANA's published one,
but please send me any information you have regarding domains and network
resources which are not correctly handled by the program.

Because of historical reasons this package also contains the mkpasswd
program, which can be used to encrypt a password with crypt(3).


The canonical distribution point for releases of the program is
http://ftp.debian.org/debian/pool/main/w/whois/ .


Useful information sources:
- http://www.ripe.net/ripe/docs/current-ripe-documents/ripe-database-documents
- http://www.iana.org/domains/root/db/
- http://www.icann.org/en/resources/idn/fast-track/string-evaluation-completion
- http://www.aftld.org/

Marco d'Itri <md@linux.it>

Description
Languages
C 79.5%
Roff 8.9%
Makefile 5.1%
Perl 4.2%
Shell 1.6%
Other 0.7%