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

https://github.com/raisess/hash-generator

A simple password/random-hash generator writen in cpp.
https://github.com/raisess/hash-generator

cpp gcc hash hash-generator open-source random-algorithm random-hashes random-string-generators

Last synced: 5 months ago
JSON representation

A simple password/random-hash generator writen in cpp.

Awesome Lists containing this project

README

          

# ๐Ÿค  RANDOM HASH GENERATOR

![gif](https://media.tenor.com/images/e3b44792cbe73b6e4838f7479bd4e9a2/tenor.gif)

## โš™๏ธ CONFIGURATION

- You need the gcc and nodejs (to use npm) installed.

## ๐Ÿ“ HASH OPTIONS

You can edit this options in **main.cpp**.

```cpp
// hash string length
#define LENG 12 // default is 8
// if hash have symbols
#define SYMB true // default is true
// debug mode
#define DEBU true // define is true
```

## ๐Ÿ”ฎ COMPILING

Clone the repo, go to repo folder and then:

```shell
npm run compile
```

## ๐Ÿ’ก RUNNING

```shell
npm run start
```

## ๐Ÿงน CLEANING BUILD

To make this you need the project compiled before.

Run this command:

```shell
npm run clean
```

### ๐Ÿค“ CREDITS

- Created by [Raisess](https://github.com/Raisess)
- License - MIT