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 3 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 4 months ago
- Web based binary analysis☆84Updated 3 months ago
- An emulation based tool for learning and debugging assembly.☆358Updated 3 weeks ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆57Updated this week
- A tinycompiler in C from scratch☆92Updated 6 months ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆64Updated 3 weeks ago
- Multithreaded Reverse Proxy Server In C☆33Updated 2 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆54Updated 5 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…☆11Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 6 months ago
- curiosity got me here☆36Updated 6 months ago
- just for fun☆16Updated last month
- Tiny Raspberry Pi Operating System☆183Updated 6 months ago
- x86_64 macro assembler entirely in C preprocessor☆42Updated 4 years ago
- Tiny RISC-V virtual machine☆52Updated 3 years ago
- Simple x86/x64 Assembler/Disassembler/Emulator☆177Updated 6 months ago
- x86 Real-Mode MS-DOS Emulator using Windows Hypervisor Platform☆132Updated 7 months ago
- Code used in blog posts☆33Updated 7 months ago
- Assembly language Artificial Neural Network☆20Updated 5 months ago
- ☆41Updated 7 months ago
- Titanium - Virtual Machine Written in C☆52Updated 8 months ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆37Updated 8 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…☆29Updated 2 years ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…