7etsuo / SecurePassGen
A cryptographically secure password generator that provides high-entropy passwords with configurable requirements. Uses platform-native cryptographic APIs (BCrypt on Windows, Security framework on macOS, OpenSSL+getrandom on Linux) for secure random number generation.
☆21Updated 6 months ago
Alternatives and similar repositories for SecurePassGen
Users that are interested in SecurePassGen are comparing it to the libraries listed below
Sorting:
- HTTP Server in C☆32Updated 7 months ago
- A tinycompiler in C from scratch☆92Updated 9 months ago
- ☆42Updated 10 months ago
- NES emulator written in C/C++ using pure WinAPI☆111Updated 3 months ago
- Multithreaded Reverse Proxy Server In C☆33Updated 2 months ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆65Updated 3 months ago
- Lightweight web server with hot reload and dynamic html templating.☆223Updated 2 weeks ago
- Web based binary analysis☆86Updated 5 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 8 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆60Updated 2 months ago
- ☆41Updated 2 weeks ago
- C projects: algorithms, games, and networking☆51Updated this week
- Assembly Guide☆167Updated 3 years ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆55Updated 5 years ago
- x86_64 macro assembler entirely in C preprocessor☆44Updated 5 years ago
- A lightweight, non-blocking HTTP server in C inspired by nginx's event-driven architecture☆96Updated last week
- curiosity got me here☆41Updated 9 months ago
- data structures and allocators in C☆9Updated last month
- example output☆44Updated this week
- Assembly language Artificial Neural Network☆21Updated 7 months ago
- Code used in blog posts☆34Updated 9 months ago
- A C-compiler written in C☆72Updated 3 months ago
- Tiny x86_64 OS in C☆52Updated this week
- A small, toy BitTorrent client written in C, using only the standard library☆62Updated 11 months ago
- Unofficial source code repo for theForger's Win32 API Tutorial.☆24Updated 2 years ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆70Updated 2 weeks ago
- Tiny Raspberry Pi Operating System☆186Updated 8 months ago
- x86 packer in masm, process hollowing, remapping ntdll☆10Updated 5 months ago
- This repository serves as a Solana BPF Assembly (sBPF) learning resource. It aims to guide developers, from beginners to experts, in writ…☆31Updated last week
- This repo covers Branch and Jump Tables in C and x86 assembly. Branch Tables handle jumps within a subroutine, while Jump Tables facilita…☆10Updated last year