Skip to content

Commit

Permalink
feat: Set key encryption cipher to aes-256
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jul 18, 2024
1 parent a476816 commit a97dbeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profile/preset.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func ProtonV1() *Custom {
SetKeyAlgorithm: setKeyAlgorithm,
Hash: crypto.SHA512,
CipherEncryption: packet.CipherAES256,
CipherKeyEncryption: packet.CipherAES256,
CompressionAlgorithm: packet.CompressionZLIB,
KeyGenAeadEncryption: &packet.AEADConfig{
DefaultMode: packet.AEADModeGCM,
Expand Down

0 comments on commit a97dbeb

Please sign in to comment.