Thursday, June 26, 2025

beorg and organice encryption with gnupg

Its a 3.99 IAP
beorg encryption
I usually sync everything in icloud and the notes app lets you lock notes
testing it out by using dropbox and syncing notes using organice.200ok.ch
to decrypt on linux:


gpg -d mynote.org

you can use the iSH app to decrypt also


  apk add gnupg
  

gpg -d mynote.org > output.org
that redirects the output from the terminal to a file

No comments:

Post a Comment