Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cappyzawa/bcryptor

exec "golang.org/x/crypto/bcrypt" to strings of standard input
https://github.com/cappyzawa/bcryptor

Last synced: about 2 months ago
JSON representation

exec "golang.org/x/crypto/bcrypt" to strings of standard input

Awesome Lists containing this project

README

        

# bcryptor
exec "golang.org/x/crypto/bcrypt" to strings of standard input

## How to use
```bash
$ go get -u github.com/cappyzawa/bcryptor/cmd/bcryptor
$ bcryptor
input > foo
$2a$10$etpHKzLrNbdm7whMCAyJw.CYJ9zha225kH2B7rzzYGCYHPu4PaH0W
input > bar
$2a$10$WFLcL9P3htyxNXqS7LGE/OxpaeTGtkzCrmO2BKDpULWuAheYTofvi
input > ^C
```