mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #189] 推送加密CBC模式IV处理不当 #171
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#171
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 @zhangyoufu on GitHub (Mar 18, 2023).
Original GitHub issue: https://github.com/Finb/Bark/issues/189
CBC模式下,IV应当由服务器端(使用CSPRNG)随机产生。配置单一、固定的IV会显著削弱安全性。
https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Initialization_vector_(IV)
@zhangyoufu commented on GitHub (Mar 18, 2023):
duplicate of #188