Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 786 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 786 Bytes

🤠 RANDOM HASH GENERATOR

gif

⚙️ CONFIGURATION

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

📝 HASH OPTIONS

You can edit this options in main.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:

npm run compile

💡 RUNNING

npm run start

🧹 CLEANING BUILD

To make this you need the project compiled before.

Run this command:

npm run clean

🤓 CREDITS