sean1832 / random-keygen-c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Key generator C

This is a simple random key generator written in C. It generates a random key of a given length and prints it to the console. It is a remake of the C# version for smaller executable file size and faster execution.

Usage

randkey <length> [options]

Options

  • -s or --seed: Set the seed for the random number generator
  • -t or --type: Set the type of the key (default: b64)
    • b64: Base64
    • hex: Hexadecimal
  • -h or --help: Show help message
  • -v or --version: Show version

About


Languages

Language:C 95.7%Language:CMake 4.3%