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_cppClone the project
git clone https://github.com/Dr-42/journalC.git
cd journalCBuild the project
builder_cpp -bRun the project
builder_cpp -rIf you are a developer and want to build with vscode c_cpp_properties.json, run
builder_cpp -b --gen-vscand if you want clang's compile_commands.json runbuilder_cpp -b --gen-ccFor full details on builder_cpp, visit builder_cpp repo and builder_cpp wiki.