Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiql/passwords-app
A random password generator
https://github.com/hiql/passwords-app
Last synced: 29 days ago
JSON representation
A random password generator
- Host: GitHub
- URL: https://github.com/hiql/passwords-app
- Owner: hiql
- License: mit
- Created: 2024-09-01T16:45:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T11:40:37.000Z (about 1 month ago)
- Last Synced: 2025-01-10T12:34:10.368Z (about 1 month ago)
- Language: Rust
- Size: 1.27 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Passwords - A random password generator. (Applications / Utilities)
README
# Passwords
A random password generator
![alt text](screenshot.png)
## Features
- Generator
- Random
- Memoriable
- PIN
- Hasher
- MD5
- Bcrypt
- SHA1/SHA224/SHA256/SHA384/SHA512
- BASE64
- Analyzer
- Password strength test
- Common password check
- Estimate the time to crack## Tech Stacks
Tauri + React + Radix UI + Typescript + Rust
## App Icon
```shell
npm install -g @uosjs/icon-builder
uosjs-icon-builder --input=passwords.png --output=./dist/icons/
```
## License
MIT