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: about 1 month 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:50:40.000Z (about 2 months ago)
- Last Synced: 2024-09-18T05:34:05.675Z (about 2 months ago)
- Language: Rust
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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