Riddlance is a puzzle game featuring riddles and enigmas where players uncover hidden secrets through clues. The game progressively increases in difficulty with hints provided at each level, designed to challenge wit and promote learning.
NeverStored is a tool for securely sharing secrets between two people without storing data on servers. Users keep a page open, verify each other's identity through symbol matching, and exchange encrypted information that exists only on their devices until deliberately saved.
A method for detecting secrets in code using Byte-Pair Encoding (BPE) tokenization as a more effective alternative to entropy-based filtering. BPE measures how rare or non-natural a string is by tokenizing it—common words become single tokens while random strings fragment into many small tokens, better identifying actual secrets than traditional randomness metrics.
Locksmith is a Maven extension that stores secrets in the macOS Keychain or via Unix Socket, eliminating the need for plaintext passwords in settings.xml. It integrates with Maven's security framework through a custom PasswordDecryptor component, supporting local builds on macOS and remote builds via socket forwarding.