You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File-based credential vault: SHA-256 email IDs, bcrypt-salted passwords, each record Fernet-encrypted and appended to one log + tiny index for O(1) look-ups. No database, two files, scales to millions of users; ideal for secure prototypes, IoT, and web apps.
Majik Blender Edu is a submission integrity and student activity tracking addon for Blender designed to help educators verify a student's work. It records Blender-specific actions such as editing meshes, adding modifiers, importing assets, and scene statistics (vertices, faces, etc.), ensuring that submitted projects are authentic and untampered.
A beginner-friendly Python project to compress, encrypt, and restore files using a secure GUI built with CustomTkinter. Quick tutorial in under 2 minutes!
A secure password manager with an encrypted JSON vault, supporting both CLI and GUI (Tkinter). Features: AES-128-GCM encryption, master password (PBKDF2-HMAC-SHA256), password strength checking, clipboard copy, and import/export via CSV.
Multi-user encrypted chat application with server, client, and admin interfaces. Features HMAC-SHA256 authentication, Fernet encryption, and cross-platform support.
🔐 PyVault is a Python-based GUI security toolkit designed for encrypted password handling, secure data storage, and file protection, combining strong encryption, key management, and a user-friendly interface in a single application.
A Python command-line audio steganography tool that encrypts messages using Fernet and embeds them into 16-bit WAV files via LSB techniques. Built as a CLI-focused learning project to experiment with password-based key derivation, cryptography, and practical audio data hiding for automation and security research.
A Python command-line image steganography tool that encrypts messages with Fernet and hides them inside PNG images using LSB techniques. Built as a CLI-focused learning project for experimenting with password-based key derivation, encryption, and practical data hiding via terminal automation.
A Python GUI-based audio steganography tool that encrypts messages using Fernet and embeds them into 16-bit WAV files via LSB techniques. Built with Tkinter as a learning-focused project to explore cryptography, password-based key derivation, and practical audio data hiding through a graphical interface.
A Python GUI tool for image steganography that encrypts messages using Fernet and embeds them into PNG images via LSB techniques. Built as an educational project to explore password-based key derivation, symmetric encryption, and practical data hiding with a Tkinter interface.