Skip to content
#

file-handling

Here are 61 public repositories matching this topic...

BCrack is a basic tool designed to crack Bcrypt hashed passwords using brute-force methods. Written in C, it highlights the importance of strong passwords and the effectiveness of Bcrypt for password hashing. Ideal for educational purposes and ethical security testing with permission.

  • Updated Aug 15, 2024
  • C

This repository contains 10 labs from the Programming Principles (CS 1412) course, each covering core C programming concepts. Labs focus on arithmetic operations, string manipulation, file handling, dynamic memory allocation, and data structures like arrays, structs, and linked lists, building essential skills through hands-on practice.

  • Updated Nov 12, 2024
  • C

This is a simple console-based game that runs on the command prompt. The game is played by two players who take turns to mark X or O on a grid (grid size can change to players). The player who gets same marks in a row, column, or diagonal wins the game. This game was created as a learning project for a programming assignment.

  • Updated Jan 21, 2024
  • C

Improve this page

Add a description, image, and links to the file-handling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the file-handling topic, visit your repo's landing page and select "manage topics."

Learn more