A small app written in Python, Gtk4 and Libadwaita that can generate passwords.
It uses Pythons Secrets module to generate the passwords, so they should be decently secure.
Users are able to choose what characters they want to use.
The app is NOT intended to replace your password manager but as a backup solution if the integrated password generator in, for example, Firefox doesn't recognize the password field or you need to generate a password for an app where you can't use your password manager.
Get the source code on Github.
Smart key icons created by Freepik - Flaticon
Installation
Dependencies
Flatpak
The package manager / packaging format used:
- Fedora:
sudo dnf install flatpak
- Ubuntu:
sudo apt install flatpak
- Arch:
sudo pacman -S flatpak
Then add Flathub: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Or follow the official instructions
Installation
Graphical
After you have added Flathub, you should be able to go to your graphical "App Store" (i.e. Gnome Software) and search for "Key Cutter", it should be the app with a yellow/red key icon.
If you don't find it, it may be possible that you first need to set Flatpak as a source, look for it in the settings of your Graphical Package Manager.
You should also find plenty tutorials on the Internet.
Command Line
Install it with flatpak install io.github.unicornyrainbow.secrets
If you encounter problems, please refer to the official flathub page.