Skip to content

Commit

Permalink
Add aes-128-gcm and change aes-gcm to aes-256-gcm in the Cloak's Encr…
Browse files Browse the repository at this point in the history
…yptionMethod.
  • Loading branch information
loyess committed Dec 28, 2020
1 parent 553f047 commit 761b1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prepare/cloak_prepare.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# cloak encryption method
CLOAK_ENCRYPTION_METHOD=(
plain
aes-gcm
aes-128-gcm
aes-256-gcm
chacha20-poly1305
)

Expand Down

0 comments on commit 761b1a2

Please sign in to comment.