Cipherd
- 7 Posts
- 16 Comments
gocryptfs or CryFS on desktop (various GUIs available) and DroidFS on Android.
Ah yeah that sucks, but you can access it from another lemmy instance over federation, like so: https://lemmy.ml/c/monero@monero.town
Cipherd@lemmy.mlto
Open Source@lemmy.ml•[Suggest] A cross platform messaging application where self messaging is possible
5·9 months agoYes, just create an empty room with only you inside
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@lemmy.mlto
Privacy@lemmy.ml•How to password protect folders and open them in Windows Mac or Linux?
2·1 year 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.
F-Droid is like package maintainers for Linux distributions. You have to trust them if you want to use their pre-built binary. However, some app builds are reproducible. Check the doc for more info.
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·3 years agoTo type with only one finger, there’s 8Vim.
Cipherd@lemmy.mlto
Neovim@programming.dev•What is the default mapping for Ctrl-h in Insert Mode?
3·3 years ago:help i_CTRL-Hor CTRL-H Delete the character before the cursor (see i_backspacing about joining lines).
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·3 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.
What about DroidFS?








How did you discover this was bypassable ?