Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cappyzawa/bcryptor
- Owner: cappyzawa
- Created: 2019-01-11T17:29:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T14:13:34.000Z (over 1 year ago)
- Last Synced: 2024-06-19T13:39:37.885Z (6 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```