session-android/src/org/thoughtcrime/securesms/backup
Yassine El Khadiri 787bcf7752 Fix backup MAC checking.
if(MessageDigest.isEqual(ourMac, theirMac) was always returning false
since ourMac was of length 32 and theirMac was of length 10.
2018-10-31 11:17:29 -07:00
..
BackupDialog.java Remove the ability to save backups to the external SD card. 2018-06-29 14:10:45 -07:00
BackupProtos.java Add profile avatars to backup 2018-03-19 14:10:21 -07:00
FullBackupBase.java Move salt outside the loop 2018-03-15 10:18:14 -07:00
FullBackupExporter.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
FullBackupImporter.java Fix backup MAC checking. 2018-10-31 11:17:29 -07:00