1
0
mirror of https://github.com/etesync/android synced 2025-03-26 04:15:43 +00:00
etesync-android/app/src
Tom Hacohen 9cdd63f1d9 Journal manager crypto: change RSA key length to 3072.
I set it to 2048 following the NIST recommendations[1] which said it was
OK, but actually, as pointed out by Dominik Schürmann, it's probably a
better idea to set to 3072.

Users who already have a 2048 key pair won't be affected, while users
who don't will have a 3072 key created for them. Users with different
key lengths can interact with each other without any issues.

1: https://www.keylength.com/en/4/
2017-05-12 12:42:35 +01:00
..
androidTest JournalModel: persist collection info inside the model instead of sqlite 2017-03-09 22:15:08 +00:00
main Journal manager crypto: change RSA key length to 3072. 2017-05-12 12:42:35 +01:00
test/java/com/etesync/syncadapter/journalmanager Journalmanager: rename CRUD method to be more consistent. 2017-04-20 20:48:12 +01:00