Hello,
all the connection settings (passwords) are stored in the app, so it would be helpful if one can optionally set a password to start the app.
Olaf
Suggestion: Password
Moderators: Hacker, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The passwords are encrypted with a master key using AES256 which is stored in Microsoft's secure storage. So if you lock your phone, your passwords are unreachable.
You can read about the used credential locker in this post.
Initially I stored all passwords in the secure storage. But the space is very limited, so after a few connections, TC couldn't store any more data. Therefore I'm now using the same encryption functions as in ZIP (AES 256). It uses a random 32 byte (=256 bit) master key, and each password uses 16 byte random data (NONCE) to prevent that if you know one password, you could decrypt the others.
You can read about the used credential locker in this post.
Initially I stored all passwords in the secure storage. But the space is very limited, so after a few connections, TC couldn't store any more data. Therefore I'm now using the same encryption functions as in ZIP (AES 256). It uses a random 32 byte (=256 bit) master key, and each password uses 16 byte random data (NONCE) to prevent that if you know one password, you could decrypt the others.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Ich finde die Idee gar nicht schlecht. Der Messengerdienst Threema bietet optional die Möglichkeit die App zu sperren. Ich könnte mir das auch
sehr gut für den Total Commander vorstellen. Insbesondere mit einem anderen Feature und zwar einem "Persönlichen Ordner" einem internen
(virtuellen) Speicherplatz auf dem nur der TC den Zugriff hat.
sehr gut für den Total Commander vorstellen. Insbesondere mit einem anderen Feature und zwar einem "Persönlichen Ordner" einem internen
(virtuellen) Speicherplatz auf dem nur der TC den Zugriff hat.