Closed zpcol closed 2 years ago
KeePassDX is intended to be a low level application that uses the storage access framework to back up data.
In its software construction, it is up to the user to set up a backup system. An external automatic backup will require a built-in file manager, which I don't want. https://github.com/Kunzisoft/KeePassDX/wiki/Backup
Or it would be necessary to save the databases in the memory of the app to export them later, it is possible but it is necessary to discuss about it to see the real interest and security issue compared to manual or routine backups.
not a matter of primary importance, but the heart feels comfortable.
btw, there is no explanation on the wiki about encryption, which one do you think is the strongest?
btw, there is no explanation on the wiki about encryption, which one do you think is the strongest?
https://github.com/Kunzisoft/KeePassDX/issues/706
https://en.wikipedia.org/wiki/Advanced_Encryption_Standard https://en.wikipedia.org/wiki/Twofish https://en.wikipedia.org/wiki/Salsa20#ChaCha_variant
https://en.wikipedia.org/wiki/Key_derivation_function https://en.wikipedia.org/wiki/Argon2
You can choose from the existing algorithms the one you want, and adapt the round parameter for the KDF. Who do you think is the strongest in Expendables?
after i open with an UTF-16 encode, i think the highest number of unread characters is the best.
before backing up to the cloud, it's good to be encrypted again :)
Part of external file manager app : https://github.com/Kunzisoft/FileSync/issues/8
I see there is an option "auto save database" but there is no feature to automatically create a database backup file when saving.
This is very important because the saving process is not always successful due to many factors.
This screenshot is an example of the features in the titanium backup application.
thanks.