Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
mkpasswd(1)
Edit
PageHistory
Diff
Info
LikePages
MKPASSWD !!!MKPASSWD NAME SYNOPSIS DESCRIPTION OPTIONS BUGS SEE ALSO AUTHOR ---- !!NAME mkpasswd - Overfeatured front end to crypt(3) !!SYNOPSIS __mkpasswd PASSWORD SALT__ !!DESCRIPTION __mkpasswd__ encrypts the given password with the __crypt(3)__ libc function using the given salt. !!OPTIONS __-S, --salt=STRING__ Use the ''STRING'' as salt. __-H, --hash=TYPE__ Compute the password using the ''TYPE'' algorithm. If ''TYPE'' is missing available algorithms are printed. __-P, --password-fd=NUM__ Read the password from file descriptor ''NUM'' instead of using ''getpass(3)''. If the file descriptor is not connected to a tty then no other message than the hashed password is printed on stdout. __-s, --stdin__ Like ''--password-fd=0''. !!BUGS If the ''--stdin'' option is used, passwords containing some control characters may not be read correctly. This programs suffers of a bad case of featuritis. !!SEE ALSO ''passwd(1), passwd(5), crypt(3), getpass(3)'' !!AUTHOR __mkpasswd__ and this man page were written by Marco d'Itri __ ----
One page links to
mkpasswd(1)
:
Man1m
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.