Home

Typing into the abyss - need a service

$$16699
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 06:14

Does it exist, some sort of encrypted journal-like app where I can type things which will be forever locked away? In my mind and in a place I can feel confident about, without a doubt.

Pen and paper requires burning afterwards, I don’t think I want to do this.

I know no opsec solution is perfect. I need some sort of outlet. I need some sort of solution.

I was thinking. Maybe, at least, some solution where even though access is non-negotiable, if somebody does get in, I can accept that the entity was already determined enough to end things.

Thanks.

https://lemmy.world/post/44670368
Reply
$$16702
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 06:17
In reply to: https://lemmy.world/post/44670368

The weight of being unable to share things with literally anyone is totally fine until for some reason the crushing reality of your life comes crashing down on your consciousness and you start seeking some new form of mental relief like a cockroach looking for shelter in the midst of a nuclear fallout.

https://lemmy.world/comment/22835404
Reply
$$16703
https://lemmy.ca/u/CondorWonder posted on Mar 24, 2026 06:24
In reply to: https://lemmy.world/post/44670368

Journiv, first featured here at https://lemmy.ca/post/55005402 might be what you’re looking for as a self hosted solution

https://lemmy.ca/comment/22381512
Reply
$$16704
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 06:24
In reply to: https://lemmy.ca/comment/22381512

Thank you very much. I’ll look into this.

https://lemmy.world/comment/22835473
Reply
$$16706
https://lemmy.ml/u/solrize posted on Mar 24, 2026 06:35
In reply to: https://lemmy.world/post/44670368

I guess I don’t understand the issues you think you’re facing with straightforward approaches. You probably don’t want it on an internet server, right? Maybe just scrounge an old laptop with no internet connection and set it up with an encrypted disk. Then use it as your journalling box. So you’re fairly safe from network attacks. You might have to worry about someone snagging the laptop itself and recovering the key somehow. Yes there are approaches you can take to mitigate that. I don’t know of any super simple ready made methods though.

https://lemmy.ml/comment/24728315
Reply
$$16707
https://lemmy.today/u/tal posted on Mar 24, 2026 06:36
In reply to: https://lemmy.world/post/44670368

If you don’t want to retain it at all — like, you just want the catharsis of typing it, and definitely want it to go into the void — then I suppose you could use a laptop with no writeable storage and a live-boot Linux distro that boots off a USB key. That never gets retained. Don’t put it on a network.

https://lemmy.today/comment/23090412
Reply
$$16708
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 06:37
In reply to: https://lemmy.ml/comment/24728315

Thank you, the more I’m thinking about it, perhaps a raspberry pi with LUKS disk that’s airgapped would be best.

Though I still don’t know of a relatively nice journaling app.

https://lemmy.world/comment/22835597
Reply
$$16710
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 06:40
In reply to: https://lemmy.today/comment/23090412

I appreciate that a lot. The more I consider it I think for completely destroyed data, paper and a lighter will be best. The odds of me looking back on anything else are low, but part of me thinks keeping them is something I’ll one day wish I’d done from day one.

https://lemmy.world/comment/22835614
Reply
$$16719
https://lemmy.ml/u/solrize posted on Mar 24, 2026 06:53
In reply to: https://lemmy.world/comment/22835597

Just use a text editor. I use Emacs org files but that’s just me.

https://lemmy.ml/comment/24728505
Reply
$$16720
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 06:54
In reply to: https://lemmy.ml/comment/24728505

Many thanks for your help

https://lemmy.world/comment/22835737
Reply
$$16725
https://sh.itjust.works/u/litchralee posted on Mar 24, 2026 07:04
In reply to: https://lemmy.world/post/44670368

Was this question also posted a few weeks ago?

In any case, what exactly are the requirements here? You mentioned encrypted journaling app, but also gave an example of burning a handwritten sheet. Do you need to recover the text after it is written, or can it simply be discarded into the void once it’s been fully written out?

If encryption is to protect the document while it’s still a draft, then obviously that won’t work for handwritten pages.

https://sh.itjust.works/comment/24460920
Reply
$$16727
https://fedia.io/u/Australis13 posted on Mar 24, 2026 07:05
In reply to: https://lemmy.world/post/44670368

Joplin has encryption and can use some sync services (or you can set up your own instance).

https://fedia.io/m/selfhosted@lemmy.world/t/3646036/-/comment/14487870
Reply
$$16728
https://piefed.social/u/notabot posted on Mar 24, 2026 07:07
In reply to: https://lemmy.world/post/44670368

An airgapped machine is certainly going to be most robust from external attack, but even then you should probably encrypt your files to ensure privacy should you ever discard, or otherwise lose control of, the storage media.

An encrypted partition may be sufficient, but your journal entries will still be “plain text” when it is mounted, and so you will be able to read them without extra effort. If you want to make it so that once an entry is written it is encrypted and can only be read with deliberate effort, you could use GPG encryption.

First generate a key pair with a really strong passphrase, and store it on a USB drive. Then import just the public key onto your journaling machine and store the USB drive somewhere safe. With just the public key on your machine you can encrypt files, but you can’t decrypt them. Ideally you’ll set up your journalling tool to only write via GPG, but if not, you can just encrypt each entry after you write it.

As to what journalling tool to use, I like VIM, although I know not everyone gets on with it. You can have it start up with a template ready to go, not write temporary files, and save via GPG so the plaintext never hits persistent storage.

https://piefed.social/comment/10662787
Reply
$$16729
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 07:08
In reply to: https://sh.itjust.works/comment/24460920

Sorry my writing may not be at its best, my sleep is terrible and it affects me more than I think.

Not sure if it was posted before. Requirements would be encrypted journal entries for digital and pen/paper for cases where something needs to be truly destroyed.

I think I’ve settled on a raspberry pi and some journaling program or simply a text editor. It’s been good to brainstorm.

https://lemmy.world/comment/22835885
Reply
$$16730
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 07:09
In reply to: https://piefed.social/comment/10662787

Thank you. This is really insightful and something that I think might be a robust solution for me. I’ll research GPG more, I clearly need to.

https://lemmy.world/comment/22835903
Reply
$$16737
https://lemmy.horwood.cloud/u/mhzawadi posted on Mar 24, 2026 07:46
In reply to: https://lemmy.today/comment/23090412

Or just save the files to /dev/null on any Linux box

https://lemmy.horwood.cloud/comment/2050533
Reply
$$16741
https://feddit.uk/u/Cyber posted on Mar 24, 2026 08:00
In reply to: https://lemmy.world/comment/22835404

Massively offtopic and definitely over reaching, I know, but… from reading this post, as well as journalling, I’d recommend you also consider a counsellor if it’s heavy life issues.

Seeing one myself has helped me a hell of a lot… I only wake at 3am due to work stress now, rather than (all the other stuff)

https://feddit.uk/comment/24053471
Reply
$$16743
https://lemmy.world/u/ehguyitsmebuddy posted on Mar 24, 2026 08:05
In reply to: https://feddit.uk/comment/24053471

Thanks for your care and personal experience. I’ll say that perhaps one day I can re-examine whether this is something I can reasonably do. It’s nice to hear that it helped you.

https://lemmy.world/comment/22836447
Reply
$$16750
https://lemmy.world/u/kepix posted on Mar 24, 2026 09:04
In reply to: https://lemmy.world/post/44670368

any inactive sub on lemmy

https://lemmy.world/comment/22836970
Reply
$$16756
https://aussie.zone/u/truxnell posted on Mar 24, 2026 09:31
In reply to: https://lemmy.world/post/44670368

My first thought was pipe it to /dev/null but it sounds like you want it to linger for a bit before it goes into the shredder

https://aussie.zone/comment/22095947
Reply
$$18450
https://lemmy.gf4.pw/u/ki9 posted on Mar 27, 2026 01:02
In reply to: https://lemmy.world/post/44670368

Pipe it into /dev/null!

There’s also an online version from 1983: [Discard protocol](https://en.wikipedia.org/wiki/Discard_Protocol]

https://lemmy.gf4.pw/comment/73174
Reply