mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-25 08:55:54 +03:00
[PR #780] Encrypt backed up messages #986
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#986
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jberkel/sms-backup-plus/pull/780
Author: @ashh87
Created: 8/16/2017
Status: 🔄 Open
Base:
master← Head:master📝 Commits (9)
5dbb615use jcenter openpgp-apie5091c1Allow encrypting SMS messagesb02ddf9Merge master, fix conflicts.57d913cUpgrade pgp api in pom, add it to gradle.795a5ecMove string to strigs xmladdf2bcTell roboelectric where to find openpgp library in maven build.5e467e1Clean between builds, so roboelectric doesn't pick up on library unpacked by maven when run from gradle.9c924adMerge upstreamae1d336Merge upstream, fix conflicts. Untested as doesn't compile due to dialogpreference incompatibility (?)📊 Changes
14 files changed (+207 additions, -12 deletions)
View changed files
📝
app/build.gradle(+1 -0)📝
app/src/main/java/com/zegoggles/smssync/activity/MainActivity.java(+1 -0)📝
app/src/main/java/com/zegoggles/smssync/activity/fragments/AdvancedSettings.java(+67 -0)📝
app/src/main/java/com/zegoggles/smssync/mail/MessageConverter.java(+7 -2)📝
app/src/main/java/com/zegoggles/smssync/mail/MessageGenerator.java(+41 -2)📝
app/src/main/java/com/zegoggles/smssync/preferences/Preferences.java(+25 -0)📝
app/src/main/java/com/zegoggles/smssync/service/BackupTask.java(+21 -2)📝
app/src/main/java/com/zegoggles/smssync/service/SmsRestoreService.java(+2 -1)📝
app/src/main/res/values/strings.xml(+9 -0)📝
app/src/main/res/xml/preferences.xml(+17 -0)📝
app/src/test/java/com/zegoggles/smssync/mail/MessageConverterTest.java(+4 -4)📝
app/src/test/java/com/zegoggles/smssync/mail/MessageGeneratorTest.java(+8 -0)📝
app/src/test/java/com/zegoggles/smssync/service/BackupTaskTest.java(+3 -1)📝
app/src/test/resources/robolectric.properties(+1 -0)📄 Description
These patches allow using the openpgp android API to encrypt backed up messages (SMS only, no decryption on restore).
I've been using these patches for years. I've taken the experimental decryption stuff out from my old git repo, as I haven't had a chance to finish it, and have never really needed it. Maybe I'll get round to it some day, as well as encrypting MMS messages! Most important to me is SMS encryption though, because it prevents a compromised email address being used to get round two-factor authentication or account recovery using SMS for any other service which knows the user's phone number.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.