mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #302] 用Quicker里的AES加密后推送,Bark 收到通知解密失败 #267
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#267
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?
Originally created by @FanXiangTM on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/302
已确定密钥和IV都没错,却只能收到 "Decryption Failed"
@Finb commented on GitHub (May 6, 2025):
加密推送需要发送端和接收端,使用同一种加密方式和参数加解密,任何一端有差异都会解密失败。
我只能保证APP内复制出来的加密脚本,可以正常加密,同时APP可以正常解密。
第三方的实现是否正确无法保证