init
Creates a new vault file and the master password that opens it.
sefy --vault ~/backups/notes.bak init$ sefy initNew master password:Repeat it:created /home/you/backups/notes.bakThe password is asked for twice, because a typo here would lock you out of an empty vault forever — there is no recovery path, no hint and no second key.
init refuses to touch a path that already exists, rather than offering to
overwrite it. Overwriting a vault destroys every secret in it and cannot be
undone, so that is not a confirmation prompt worth having.
Choosing a name
Section titled “Choosing a name”The name is yours. notes.bak, archive-2019.dat, anything at all — there is
no extension sefy expects and none it writes. The file itself carries no header
and no magic bytes, so nothing but the name suggests what it is.
Related
Section titled “Related”change-password— replace the password afterwards- How the vault works — what
initactually writes