An open API service indexing awesome lists of open source software.

https://github.com/malwarebo/safekey

Password generator
https://github.com/malwarebo/safekey

Last synced: about 1 month ago
JSON representation

Password generator

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
```