Skip to content

kit4py/StrongPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

A simple and interactive password generator written in C. This program generates strong passwords with a length of 16 characters. The generated passwords include a combination of numbers, letters, and special characters. The program allows you to easily copy the generated password for your use.

Bildschirmfoto 2023-05-13 um 15 45 16

Features

  • Generates strong passwords with a length of 16 characters
  • Includes a minimum of 4 numbers and at least 2 special characters
  • Randomizes the order of characters, making passwords more secure
  • Provides a clear and colorful terminal interface
  • Allows you to generate multiple passwords in a single session

Getting Started

To get started, you can either compile the source code or use the pre-compiled executable file.

Prerequisites

  • GCC Compiler (if compiling from source)

Installation

1. Compiling from Source

  1. Clone the repository:

    git clone https://github.com/your_username/password-generator.git
    
  2. Compile the source code:

    gcc -o password_generator password_generator.c
    
    

Usage

  1. Open a terminal and navigate to the directory where the executable is located.

  2. Run the program:

    ./password_generator
    
  3. Follow the on-screen instructions to generate a strong password.

About

Password Generator written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages