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 2 months ago
Alternatives and similar repositories for SecurePassGen:
Users that are interested in SecurePassGen are comparing it to the libraries listed below
- HTTP Server in C☆30Updated 3 months ago
- An emulation based tool for learning and debugging assembly.☆348Updated last week
- Multithreaded Reverse Proxy Server In C☆34Updated last month
- A tinycompiler in C from scratch☆91Updated 5 months ago
- Web based binary analysis☆84Updated last month
- ☆40Updated 6 months ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆64Updated 2 weeks ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆35Updated 7 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆80Updated 4 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆225Updated last month
- Simple x86/x64 Assembler/Disassembler/Emulator☆176Updated 5 months ago
- curiosity got me here☆36Updated 5 months ago
- x86_64 macro assembler entirely in C preprocessor☆42Updated 4 years ago
- x86 Real-Mode MS-DOS Emulator using Windows Hypervisor Platform☆103Updated 6 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆53Updated last month
- TCP server in C with dynamic HTML templating.☆110Updated 2 months ago
- A reference of Windows API function calls, including functions for file operations, process management, memory management, thread managem…☆84Updated last year
- Binary Golf Grand Prix☆48Updated 4 months ago
- A small, toy BitTorrent client written in C, using only the standard library☆60Updated 7 months ago
- A roadmap to learn C from Scratch☆495Updated 3 months ago
- A simple In memory file system written in C☆33Updated last month
- In-Memory Rootkit For Linux☆72Updated 2 months ago
- masm32 kernel programming, drivers, tutorials, examples, and tools (credits Four-F)☆116Updated last year
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆80Updated last year
- ☆96Updated last month
- My attempt to teach others about microprocessors and programming in IA-32 and IA-64 assembly, and to spread the word of how awesome it is…☆28Updated 2 years ago
- 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
- Example of waiting for Event Objects by associating them with a I/O Completion Port (IOCP), effectively lifting MAXIMUM_WAIT_OBJECTS (64)…☆28Updated 3 months ago
- Minimalist Web Server for Linux written in x64 Assembly☆47Updated 11 months ago
- DEFER macros in C☆12Updated 6 months ago