1.0 haslo.1
HASLO(1) General Commands Manual HASLO(1)

hasloa simple password manager

haslo gen | get | put name

haslo list

The haslo utility creates and retrieves PGP-encrypted passwords. The commands are as follows:

name
Delete the generated or created password for name.
name
Generate a random password for name, using 128 bytes of entropy from /dev/urandom, then print it to standard output.
name
Retrieve and print to the standard output the generated or created password for name.
name
Create a password for name, prompting the user for the password and confirmation.
List all stored passwords.

The email address used by rnp(1) to encrypt the passwords.
The directory used to store passwords. Defaults to ~/.haslo.

The haslo utility exits 0 on success, and >0 if an error occurs.

rnp(1), xclip(1), urandom(4)

Emilia Smólska <emilia@hopeserv.net>

August 7, 2026 Linux 6.18.35-0-lts