1.0
haslo.1
| HASLO(1) | General Commands Manual | HASLO(1) |
NAME
haslo — a simple
password manager
SYNOPSIS
haslo |
gen | get |
put name |
haslo |
list |
DESCRIPTION
The haslo utility creates and retrieves
PGP-encrypted passwords. The commands are as follows:
delname- Delete the generated or created password for name.
genname- Generate a random password for name, using 128 bytes of entropy from /dev/urandom, then print it to standard output.
getname- Retrieve and print to the standard output the generated or created password for name.
putname- Create a password for name, prompting the user for the password and confirmation.
list- List all stored passwords.
ENVIRONMENT
HASLOEMAIL- The email address used by rnp(1) to encrypt the passwords.
HASLODIR- The directory used to store passwords. Defaults to ~/.haslo.
EXIT STATUS
The haslo utility exits 0 on
success, and >0 if an error occurs.
SEE ALSO
AUTHORS
Emilia Smólska <emilia@hopeserv.net>
| August 7, 2026 | Linux 6.18.35-0-lts |