1.1 README.7
README(7) Miscellaneous Information Manual README(7)

hasloa simple password manager

  • Perl
  • The Perl modules MIME::Base32, MIME::Base64, and Term::ReadKey (some might already be included in your system's Perl distribution)
  • RNP

Run ‘make install’.

See haslo(1).

For ksh(1):

set -A complete_haslo_1 -- del gen get put list
set -A complete_haslo_2 -- $(haslo list)
For fish(1):
complete -c haslo -f
complete -c haslo -n 'not __fish_seen_subcommand_from del gen get put list' -a 'gen get put list'
complete -c haslo -n '__fish_seen_subcommand_from get del' -a "$(haslo list)"

haslo is public domain software.

Emilia Smólska <emilia@hopeserv.net>

August 7, 2026 Linux 6.18.35-0-lts