https://github.com/superioone/keywich
Password generator GUI application.
https://github.com/superioone/keywich
app application gui-application password-generator password-manager
Last synced: 8 months ago
JSON representation
Password generator GUI application.
- Host: GitHub
- URL: https://github.com/superioone/keywich
- Owner: SuperioOne
- License: apache-2.0
- Created: 2024-02-23T11:37:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T23:42:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T17:36:11.505Z (over 1 year ago)
- Topics: app, application, gui-application, password-generator, password-manager
- Language: Svelte
- Homepage: https://keywich.smdd.dev
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README

Keywich is a password generator application built with [Rust](https://www.rust-lang.org/), [SvelteKit](https://kit.svelte.dev/),
[Skeleton UI](https://www.skeleton.dev/) and [Tauri](https://tauri.app/). The app does not store generated passwords.
Instead, it combines parameters such as the username, domain, and master password with a bit of salt and a hashing
algorithm to create reproducible passwords with the specified length and character sets.
