https://github.com/essentialkaos/mkcryptpasswd
Utility for hashing passwords
https://github.com/essentialkaos/mkcryptpasswd
bash encryption hashing password
Last synced: about 1 year ago
JSON representation
Utility for hashing passwords
- Host: GitHub
- URL: https://github.com/essentialkaos/mkcryptpasswd
- Owner: essentialkaos
- License: apache-2.0
- Created: 2016-01-02T13:41:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T12:38:06.000Z (over 1 year ago)
- Last Synced: 2025-01-23T18:47:46.153Z (over 1 year ago)
- Topics: bash, encryption, hashing, password
- Language: Shell
- Homepage: https://kaos.sh/mkcryptpasswd
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Installation • Usage • CI Status • License
`mkcryptpasswd` is utility for hashing passwords.
### Installation
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install mkcryptpasswd
```
#### From GitHub repository
```bash
curl -fL# -o mkcryptpasswd https://kaos.sh/mkcryptpasswd/SOURCES/mkcryptpasswd
chmod +x mkcryptpasswd
sudo mv mkcryptpasswd /usr/bin/
```
Also, you can use the latest version of utility without installation:
```bash
bash <(curl -fsSL https://kaos.sh/mkcryptpasswd/SOURCES/mkcryptpasswd) # pass options here
```
#### Using Makefile and Git
```bash
git clone https://kaos.sh/mkcryptpasswd.git
cd mkcryptpasswd
sudo make install
```
### Usage

### CI Status
| Branch | Status |
|--------|--------|
| `master` | [](https://kaos.sh/w/mkcryptpasswd/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/mkcryptpasswd/ci?query=branch:develop) |
### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)