A simple encrypted journaling book
- Login system
- Typing in window
- Basic cursor
- Saving buffer
- Encrypt saved buffer
- Decrypt buffer with current password
- See old entries
- General total encryption
- Multithreaded encryption
Install builder_cpp
cargo install builder_cpp
Clone the project
git clone https://github.com/Dr-42/journalC.git
cd journalC
Build the project
builder_cpp -b
Run the project
builder_cpp -r
If you are a developer and want to build with vscode c_cpp_properties.json, run
builder_cpp -b --gen-vsc
and if you want clang's compile_commands.json runbuilder_cpp -b --gen-cc
For full details on builder_cpp, visit builder_cpp repo and builder_cpp wiki.