1.0
Password manager written in Perl
readme
| README(7) | Miscellaneous Information Manual | README(7) |
NAME
haslo — a simple
password manager
DEPENDENCIES
- Perl
- The Perl modules MIME::Base32, MIME::Base64, and Term::ReadKey (some might already be included in your system's Perl distribution)
- RNP
INSTALLATION
Run ‘make install’.
USAGE
See haslo(1).
SHELL COMPLETION
For ksh(1):
set -A complete_haslo_1 -- del gen get put list set -A complete_haslo_2 -- $(haslo list)
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)"
LICENSE
haslo is public domain software.
AUTHORS
Emilia Smólska <emilia@hopeserv.net>
| August 7, 2026 | Linux 6.18.35-0-lts |