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.
☆20Updated 3 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for SecurePassGen
- Web based binary analysis☆80Updated last month
- HTTP Server in C☆28Updated last month
- A tinycompiler in C from scratch☆91Updated 3 months ago
- ☆41Updated 4 months ago
- An emulation based tool for learning and debugging assembly.☆288Updated this week
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆80Updated 3 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆39Updated this week
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆29Updated 5 months ago
- x86 Real-Mode MS-DOS Emulator using Windows Hypervisor Platform☆99Updated 4 months ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆240Updated this week
- curiosity got me here☆34Updated 3 months ago
- Minimalist Web Server for Linux written in x64 Assembly☆46Updated 9 months ago
- A C compiler that tries to eliminate the need for header files as much as possible.☆23Updated this week
- Tiny Raspberry Pi Operating System☆183Updated 3 months ago
- Code used in blog posts☆32Updated 4 months ago
- 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
- Windows Explorer application written in assembly☆14Updated last year
- Book in Progress☆216Updated this week
- This repo covers Branch and Jump Tables in C and x86 assembly. Branch Tables handle jumps within a subroutine, while Jump Tables facilita…☆9Updated last year
- Supporting code and apps for demonstrating Android interprocess communication☆31Updated 3 months ago
- Example of waiting for Event Objects by associating them with a I/O Completion Port (IOCP), effectively lifting MAXIMUM_WAIT_OBJECTS (64)…☆26Updated last month
- x86_64 macro assembler entirely in C preprocessor☆42Updated 4 years ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆137Updated last week
- A Software Renderer for Dear ImGui☆11Updated 2 years ago
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆78Updated last year
- A text editor in C with drop down menus from scratch. No ncurses.☆250Updated last month
- An OS based on UEFI☆84Updated 4 months ago
- A Reverse Engineering Assistant leveraging Retrieval-Augmented Generation (RAG) and the LLaMA-3.1-8B-Instant Large Language Model (LLM). …☆27Updated 3 months ago
- A roadmap to learn C from Scratch☆488Updated 2 months ago
- A tasty cross-platform tool from Blacksea to debug shellcode!☆94Updated last year