Simple. Secure. Offline. Lightweight.
Download EXE Now* Locky is currently only available for Windows 10/11. A Linux release is planned and will follow soon.
✔️ Local Offline Storage: Only you have access to your vault. Not even me!
✔️ Master Password Hashing: We don't store your master password, so only you know it!
✔️ Encrypted Vault: On the off-chance that someone copies your vault files, no worries, it's all encrypted using Strong AES technology!
✔️ Generate Strong Passwords: For when you don't want to create and memorize more passwords for all kinds of sites. Locky automatically copies the generated password to clipboard for ease of use.
✔️ Password Hashing: We do not store plaintext passwords. In case hackers break the encryption, all they will find are hashes of passwords that are protected by your master password that is only with you!
Start by entering your master password to unlock the vault.
Fill the details and click "Save Entry" to create a new/update existing password entry.
Click "Generate Password" to generate secure 16-digit passwords.
Select an entry and click "Delete Selected" to delete a password entry.
🔒 Cryptex Tools - An educational cryptography toolkit written in Python, designed for learners and hobbyists. It demonstrates classical ciphers, basic cryptanalysis tools, and allows users to experiment with encryption and decryption via a simple command-line interface (CLI).
♟️ Chess - A game of chess that you can play with someone (or vs my simple AI) on your browser. There is a feature of simulating a game of chess where two bots are pit against each other and they play random moves. The AI is implemented using Javascript and uses the Minimax algorithm (with alpha beta pruning) to help with the search.
🎮 Basic Tetris - Second try at CSS and Javascript. A simple game of Tetris. The game features standard Tetris rotations and 7 Tetromino shapes. Currently working on improving the UI design of the page. Suggest me something!
🖼️ Pictionary Word Generator - Generates a random word from a predefined list of words without repeating words. Displays the word meaning in the webpage.