Skip to content

Commit dbf968f

Browse files
committed
feat: Set key encryption cipher to aes-256
1 parent 37f16d3 commit dbf968f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profile/preset.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func ProtonV1() *Custom {
8282
SetKeyAlgorithm: setKeyAlgorithm,
8383
Hash: crypto.SHA512,
8484
CipherEncryption: packet.CipherAES256,
85+
CipherKeyEncryption: packet.CipherAES256,
8586
CompressionAlgorithm: packet.CompressionZLIB,
8687
KeyGenAeadEncryption: &packet.AEADConfig{
8788
DefaultMode: packet.AEADModeGCM,

0 commit comments

Comments
 (0)