forked from pppscn/SmsForwarder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复:bark加密推送,解密失败 pppscn#307 pppscn#314
- Loading branch information
Showing
3 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -735,9 +735,10 @@ | |
<string name="bark_encryption_iv">AES iv</string> | ||
<string name="bark_encryption_iv_tips">corresponding iv on bark</string> | ||
<string name="bark_encryption_key_regex" formatted="false" tools:ignore="TypographyDashes"><![CDATA[^[a-zA-Z0-9]{16}]]></string> | ||
<string name="bark_encryption_key_error1">AES Key and iv must be 16 characters</string> | ||
<string name="bark_encryption_key_error2">AES Key and iv must be 24 characters</string> | ||
<string name="bark_encryption_key_error3">AES Key and iv must be 32 characters</string> | ||
<string name="bark_encryption_key_error1">AES Key must be 16 characters</string> | ||
<string name="bark_encryption_key_error2">AES Key must be 24 characters</string> | ||
<string name="bark_encryption_key_error3">AES Key must be 32 characters</string> | ||
<string name="bark_encryption_key_error4">AES iv must be 16 characters</string> | ||
|
||
<string name="from_email_hint">Fill in the username before @</string> | ||
<string name="from_email_full_hint">Fill in the format: [email protected]</string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -736,9 +736,10 @@ | |
<string name="bark_encryption_iv">偏移向量</string> | ||
<string name="bark_encryption_iv_tips">对应bark上的iv</string> | ||
<string name="bark_encryption_key_regex" formatted="false" tools:ignore="TypographyDashes"><![CDATA[^([a-zA-Z0-9]{16})? $]]></string> | ||
<string name="bark_encryption_key_error1">加密密钥和偏移向量都必须是16位</string> | ||
<string name="bark_encryption_key_error2">加密密钥和偏移向量都必须是24位</string> | ||
<string name="bark_encryption_key_error3">加密密钥和偏移向量都必须是32位</string> | ||
<string name="bark_encryption_key_error1">加密密钥必须是16位</string> | ||
<string name="bark_encryption_key_error2">加密密钥必须是24位</string> | ||
<string name="bark_encryption_key_error3">加密密钥必须是32位</string> | ||
<string name="bark_encryption_key_error4">偏移向量必须是16位</string> | ||
|
||
<string name="from_email_hint">填写 @ 前面的用户名</string> | ||
<string name="from_email_full_hint">填写格式: [email protected]</string> | ||
|