Search found 2 matches

by wojtas
Sat Jun 12, 2010 1:24 am
Forum: Common Lisp
Topic: How to mask password when login?
Replies: 4
Views: 7126

Re: How to mask password when login?

I don't want to create GUI yet. I want only to mask password in text interface in really simple instruction like: (setf pass (read)) and I was wondering if exist some function which I can use instead of (read).
by wojtas
Fri Jun 11, 2010 4:47 am
Forum: Common Lisp
Topic: How to mask password when login?
Replies: 4
Views: 7126

How to mask password when login?

there is some function which change all signs typed by user to stars or dots? I found function "read-passwd" but it doesn't work or I don't know how to use it. I'm new in LISP.