A free windows command line tool for encrypting small but very sensitive data. It uses the OTP (One-time pad) encryption scheme. You can save your passwords in it and it has a functionality for copying to clipboard and auto-clearing the clipboard after any given seconds.
OTP is unbreakable if used correctly, and it is being used correctly in combination with CSPRNG.
Written in FASM.