Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gopherj/bcrypt-generator

bcrypt hash generator in rust
https://github.com/gopherj/bcrypt-generator

bcrypt generator rust

Last synced: about 1 month ago
JSON representation

bcrypt hash generator in rust

Awesome Lists containing this project

README

        

## bcrypt-generator

> bcrypt hash generator in rust

### Usage

```rust
bcrypt 2.0
Cheng JIANG
bcrypt hash generation/verification

USAGE:
bcrypt

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

SUBCOMMANDS:
generate bcrypt hash generation
help Prints this message or the help of the given subcommand(s)
verify bcrypt hash verification
```