Skip to content

Project for using git on distributed encrypted files.

License

Notifications You must be signed in to change notification settings

Bragalund/pniapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

private notes in an public place

Use git for your notes and back them up in an encrypted state in github. Keeps encrypted and compressed files under filesizecap of 50mb. Uses 7zip implementation of AES-256 encryption.

Prerequisits

Linux OS. apt as packagemanager.

Works with ubuntu 18.04 and 20.04

How to use

Fork this repo.
If using this on github, i advice using a private repo.

Use a branch named main

Run:

./openNotes.sh
cd notes

This should install needed dependencies and create needed folders.

Do some notetaking inside of notes-directory.

When finished with notetaking:

./closeNotes.sh

This encrypts, compresses the files and uploads them to your git origin.

Enjoy :)

About

Project for using git on distributed encrypted files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages