Check the password method here: https://github.com/kohana-minion/core/blob/develop/classes/minion/cli.php
It should do what you want on windows+linux.. Kiall On Sat, Jul 23, 2011 at 8:07 PM, Reindl Harald <h.rei...@thelounge.net>wrote: > hi > > is there any way to request a password from a user without > showing the input in the terminal? > > $input_pwd = trim(fgets(STDIN)); > > works nice as long no foreigner is in the room :-( > > >