Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1 KB

README.md

File metadata and controls

49 lines (34 loc) · 1 KB

journalC

A simple encrypted journaling book

Features

  • 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

Installation

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 run builder_cpp -b --gen-cc For full details on builder_cpp, visit builder_cpp repo and builder_cpp wiki.

Demo

journalC.mp4