While it may not be in the official F-Droid repo, it certainly is in the IzzyOnDroid repo.
libsodium-file-crypter hasn’t received any commits in the past 4 years. Looks abandoned to me.
Check out FreeDOS. It ships a text editor. You can find more than one spreadsheet application on archive.org. I’m not sure about mind maps though. Also, internet works if you want it to but it’s totally optional.
You can use the linux command
pwgen
to generate usernames. With the right arguments, it generates almost pronouncable names of random syllables.pwgen -A01 [<length> [<amount>]]
is the general syntax.-A01
makes it so that you get all lowercase without numbers and one username per line. The<length>
parameter lets you choose how many characters your username should have and the<amount>
parameter lets you choose how many usernames it should suggest.Example: 5 usernames with the length of 10 characters: