https://github.com/cappyzawa/bcryptor
exec "golang.org/x/crypto/bcrypt" to strings of standard input
https://github.com/cappyzawa/bcryptor
Last synced: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T14:13:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T11:28:11.803Z (4 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
```