Latest Version Chat on Miaou

Warning

SafeCloset comes with absolutely no guarantee. If you store your crypto wallet's password with 2B€ in SafeCloset and can't read it back, I can do nothing for you.

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 JSON before being encrypted with AES-GCM-SIV. JSON allows for the later addition of fields while keeping the compatibility with previous closet files. The key used for this encryption is a 32 bits Argon2 hash of the password with a closet specific salt.

Keyboard actions