Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajoute le chiffrement des champs #1337

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
wip
niladic committed Mar 8, 2022
commit 8c55dab9de79e9539d13669bdfc09bb6cf3222af
2 changes: 1 addition & 1 deletion app/helper/Crypto.scala
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import javax.crypto.{Cipher, KeyGenerator, SecretKey}
import javax.crypto.spec.{IvParameterSpec, SecretKeySpec}
import scala.util.{Failure, Try}

// This class wraps AEAD using ChaCha20-Poly1305
// This class regroups high level functions using AEAD with ChaCha20-Poly1305
//
// Libsodium gives a summary of limitations of AEAD schemes:
// https://doc.libsodium.org/secret-key_cryptography/aead