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

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

Awesome Lists containing this project

README

          


GitHub Actions CI Status

InstallationUsageCI StatusLicense


`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` | [![CI](https://kaos.sh/w/mkcryptpasswd/ci.svg?branch=master)](https://kaos.sh/w/mkcryptpasswd/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/mkcryptpasswd/ci.svg?branch=master)](https://kaos.sh/w/mkcryptpasswd/ci?query=branch:develop) |

### License

[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)