| Crates.io | novovault |
| lib.rs | novovault |
| version | 1.4.2 |
| created_at | 2025-12-30 00:11:03.73465+00 |
| updated_at | 2026-01-18 20:22:08.223673+00 |
| description | An encrypted store for notes |
| homepage | https://github.com/DiscordJim/novault |
| repository | https://github.com/DiscordJim/novault |
| max_upload_size | |
| id | 2011748 |
| size | 179,190 |
NovoVault is a personal note encryption application that allows you to store notes securely on the cloud. Right now, it is designed for GitHub usage but I would be pleased to add supposed for other platforms if an issue is opened.
The binary name for NovoVault is novovault. The tool is primarily designed to be installed via cargo:
$ cargo install novovault
This part is designed to get you up and running as fast as possible. To begin, you need an empty directory and you run the following command:
$ novovault init
which will initialize a new repository and immediately put it in the sealed state. To unseal the vault, you can run,
$ novovault unseal
and to reseal,
$ novovault seal
I recommend running it in 'open' mode, which is where you run,
$ novovault open
where it will keep the vault open while you work on it and shut it down when you close the application.
To now link it to a remote repository, you can run link:
$ novovault link git@github.com:DiscordJim/novault.git
I would like to thank Andrew Heschl for his contributions to this tool.