Skip Navigation
Jump
DroidFS v2.2.0
  • 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
  • Jump
    DroidFS v2.2.0
  • Of course, but v1.x only supported gocryptfs. Also, new encrypted file systems may be added in the future.

    6
  • forge.chapril.org DroidFS

    Encrypted overlay filesystems implementation for Android. Also available on GitHub: https://github.com/hardcore-sushi/DroidFS

    cross-posted from: https://lemmy.ml/post/18512730 >DroidFS is an Android application providing rootless support for gocryptfs and CryFS 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!

    2
    forge.chapril.org DroidFS

    Encrypted overlay filesystems implementation for Android. Also available on GitHub: https://github.com/hardcore-sushi/DroidFS

    DroidFS is an Android application providing rootless support for gocryptfs and CryFS 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!

    5
    Jump
    What is your GoCryptFS/CryFS workflow for syncing (let's say) Nextcloud encrypted folders on Android?
  • 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
  • Jump
    Are there any good privacy friendly keyboards for android?
  • To type with only one finger, there's 8Vim.

    2
  • Jump
    What is the default mapping for Ctrl-h in Insert Mode?
  • :help i_CTRL-H
    
     or CTRL-H  Delete the character before the cursor (see i_backspacing                                                       about joining lines).
    
    3
  • 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?
  • 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
  • Jump
    Connection is not private on WIFI
  • 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, 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

    3
    Jump
    Anything like encfs for Android ?
  • What about DroidFS?

    1