Latest Version Chat on Miaou

SafeCloset keeps your secrets in password protected files.

Warning

SafeCloset comes with absolutely no guarantee. And I can do nothing for you if you lose the secrets you stored in SafeCloset.

Overview

A closet is stored in a file that you can backup, keep with you on an USB key, etc.

A closet contains drawers, each one is found and open with its own password.

A drawer contains a list of (key, value). Values are texts in which you can store a code, a password, comments, a poem, some data, etc.

clear drawer

Features

Non features

Features not yet implemented

Implementation details

Drawer data are serialized in MessagePack before being encrypted with AES-GCM-SIV.

MessagePack, being used with named fields, allows for the later addition of fields while keeping the compatibility with previous closet files.

The key used for this encryption is a 32 bytes Argon2 hash of the password with a closet specific salt.

Keyboard actions

Advices

  1. Use the search to navigate among entries. That's the most efficient solution. It's OK to have thousands of secrets in your drawer.
  2. Don't use drawers as categories. They separate audience or security levels and ensure plausible deniability. You're supposed to have one drawer for most of your secrets. Maybe a second one if you have a very secret level. Or one with your work secrets that you may open with colleagues nearby. Or one for the family that even the kids can read. This shouldn't be more than 3 or 4 drawers at most.
  3. Backup your closet files. They're not readable as long as your passphrases can't be guessed so you don't have to hide those files and it's most important to not lose them.
  4. Use hard to guess passphrases, but ones that you can remember for a very long time.
  5. You may keep the executables of all OS on your USB keys, so that you can read your secrets everywhere.