https://github.com/malwarebo/safekey
Password generator
https://github.com/malwarebo/safekey
Last synced: about 1 month ago
JSON representation
Password generator
- Host: GitHub
- URL: https://github.com/malwarebo/safekey
- Owner: malwarebo
- License: mit
- Created: 2023-03-14T17:38:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T04:28:17.000Z (about 1 year ago)
- Last Synced: 2025-04-28T05:28:00.402Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Safekey - Password generator in Rust
### Pre-requisite
Make sure you have Rust installed in your system.
Use this guide for how to install Rust in your computer https://www.rust-lang.org/tools/install
```zsh
$ cargo build --release
$ ./target/release/safekey
```
or just do
```zsh
$ safekey
```