Couldn’t you use HMAC with shared secret key to authenticate messages while keeping plausible deniability? Since the key is only supposed to be known to the 2 parties, the recipient can deduce that a message was actually sent by the sender if he did not create it himself. I think that’s what OTR was using.
Cipherd
- 2 Posts
- 8 Comments
Cipherd@lemmy.mlto
Privacy@lemmy.ml•How to password protect folders and open them in Windows Mac or Linux?
2·7 months agoGocryptfs or CryFS. Many GUI available (Vaults, SiriKali, Plasma Vaults). Android compatibility with DroidFS.
DroidFS does not have Internet permission so any data exfiltration is prevented at the OS level.
Of course, but v1.x only supported gocryptfs. Also, new encrypted file systems may be added in the future.
Cipherd@lemmy.mlto
Privacy@lemmy.ml•What is your GoCryptFS/CryFS workflow for syncing (let's say) Nextcloud encrypted folders on Android?
1·2 years agoDroidFS can open existing volumes. Just click on the “+” button in the bottom right corner, then on the folder icon, and then select the volume directory.
Cipherd@lemmy.mlto
Privacy@lemmy.ml•Are there any good privacy friendly keyboards for android?
2·2 years agoTo type with only one finger, there’s 8Vim.
Cipherd@lemmy.mltoSelf-Hosted Main@selfhosted.forum•What is the best setup for Nginx Proxy Manager in terms of docker networking? Connect all docker containers to npm’s docker network or connect npm to each individual app’s docker network?English
1·2 years agoFrom a security point of view, it’s better to create a dedicated network for each of your containers, as apps won’t be able to communicate with each others directly.
You can even not setup networking at all and use UNIX sockets instead. However, back-end apps will need to support that.

Yes, just create an empty room with only you inside