KeyCutter

This site is only for compatibility / legacy reasons and will be deleted eventually! The new site is https://unicornyrainbow.org/KeyCutter! All "internal" links on this site will redirect you to the new site at https://unicornyrainbow.org/

The application window using GTK and Libadwaita UI components ind dark mode. The window is small and vertical and shows the default view of the app with settings that can be set, a password output field and a generate button.

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

Download on Flathub
Dependencies

Flatpak

The package manager / packaging format used:

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.