DroidFS v2.2.0
  • cipherd cipherd 3mo ago 50%

    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.

    0
  • DroidFS v2.2.0
  • cipherd cipherd 3mo ago 80%

    Of course, but v1.x only supported gocryptfs. Also, new encrypted file systems may be added in the future.

    6
  • security
    Security cipherd 3mo ago 100%
    DroidFS v2.2.0
    forge.chapril.org

    cross-posted from: https://lemmy.ml/post/18512730 >DroidFS is an Android application providing rootless support for [gocryptfs](https://github.com/rfjakob/gocryptfs) and [CryFS](https://www.cryfs.org) encrypted file systems. It features an encrypted camera, biometric unlocking, integrated secure file viewers and allows decrypted files to be exposed to other applications. It is 100% FLOSS and developed voluntarily. > > This new version... > - aims to improve the user interface > - implements a foreground service to keep volumes open in the background > - allows tweaking the file export method used for sharing content with other apps > - adds new Turkish, Simplified Chinese and Hebrew translations > - and of course, fixes a few bugs > > Official APKs are available for download now. It should land on F-Droid very soon, with a new per-ABI APKs split which will reduce quite a bit the download as well as the installed app size. > > Feel free to give some feedback, open bug reports, ask for help, contribute, or just discuss about the project!

    6
    2
    forge.chapril.org

    DroidFS is an Android application providing rootless support for [gocryptfs](https://github.com/rfjakob/gocryptfs) and [CryFS](https://www.cryfs.org) encrypted file systems. It features an encrypted camera, biometric unlocking, integrated secure file viewers and allows decrypted files to be exposed to other applications. It is 100% FLOSS and developed voluntarily. This new version... - aims to improve the user interface - implements a foreground service to keep volumes open in the background - allows tweaking the file export method used for sharing content with other apps - adds new Turkish, Simplified Chinese and Hebrew translations - and of course, fixes a few bugs Official APKs are available for download now. It should land on F-Droid very soon, with a new per-ABI APKs split which will reduce quite a bit the download as well as the installed app size. Feel free to give some feedback, open bug reports, ask for help, contribute, or just discuss about the project!

    66
    6
    What is your GoCryptFS/CryFS workflow for syncing (let's say) Nextcloud encrypted folders on Android?
  • cipherd cipherd 6mo ago 100%

    DroidFS 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.

    1
  • Are there any good privacy friendly keyboards for android?
  • cipherd cipherd 10mo ago 100%

    To type with only one finger, there's 8Vim.

    2
  • neovim
    Neovim 11mo ago
    Jump
    What is the default mapping for Ctrl-h in Insert Mode?
  • cipherd cipherd 11mo ago 100%
    :help i_CTRL-H
    
     or CTRL-H  Delete the character before the cursor (see i_backspacing                                                       about joining lines).
    
    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMA
    Jump
    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?
  • cipherd cipherd 11mo ago 100%

    From 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.

    1
  • Connection is not private on WIFI
  • cipherd cipherd 11mo ago 100%

    Check that the certificate store of your device is up-to-date. Ensure it is also set to the correct date. If all is ok, check that your device resolves your domain to the right IP. If it's correct, check that the certificate fingerprint you get from your device is the same as what you get from your working devices.

    If all looks good, maybe you can provide the exact error by attaching the output of curl -v or openssl verify.

    1
  • https://arkensys.dedyn.io/

    Hi Lemmyverse, Having always been interested in IT and cybersecurity, I quickly became concerned about privacy. Over the years, I've gained a lot of experience. I started using only free software, hardening my OS, encrypting everything, using Tails... I even developed several security-focused software such as [DroidFS](https://github.com/hardcore-sushi/DroidFS), [TorVirt](https://github.com/hardcore-sushi/TorVirt) and a few others. Today, I'm going freelance. I offer security and privacy consulting services tailored to your needs. Of course, I accept Monero and other cryptocurrencies. Check out my website if you're interested. Otherwise, apologies for the inconvenience, here's a project that's far too little known in my opinion: https://github.com/maqp/tfc

    20
    3
    Anything like encfs for Android ?
  • cipherd cipherd 1y ago 100%

    What about DroidFS?

    1