viault is a encrypted file storage environment with enbedded vi-like text editor.
It transparently decrypts files when opening the environment and encrypts them again when saving. Its goal is convenient encrypted storage environment rather than comprehensive protection against all attack vectors.
Basic commands
help(h,?): Show help message.quit(q,exit,Ctrl-D): Quit the application. Changes are saved automatically.passwd(password): Change password.save: Save changes without quitting.load: Reload the last saved state, discarding unsaved changes.
Builtin applications
levi(vi,edit,editor): Open the built-in text editor.
Unix-like commands
ls(list),rm(delete),cat(print),mv(rename),cp(copy)