Key Cutter is a free and open source password generator application for Linux. It is written in Python, Gtk4 and released under GNU Affero General Public License v3.0. It is a simple easy to use application for generating passwords for your requirements. You can set password length, uppercase, lowercase, digits, allowed special characters.
How to Install Key Cutter on Ubuntu Linux
Key Cutter is available as a flatpak package file from the remote flathub. first you need to install the flatpak and flathub on your system and restart it after the installation. Follow below link for the flatpak and flathub installation tutorial.
How to Install flatpak and flathub
Now in the terminal command-line application (ctrl+alt+t) run below Key Cutter password generator app flatpak install command. It will install the latest version of Key Cutter on your system.
flatpak install flathub io.github.unicornyrainbow.secrets
After the successful installation of Key Cutter, you can open it using below command or using show applications menu.
flatpak run io.github.unicornyrainbow.secrets
And uninstall Key Cutter using below command.
sudo flatpak run io.github.unicornyrainbow.secrets
That’s it.