Restrict secret keys to 128 or 256 bits
This commit is contained in:
parent
faa8056d2d
commit
72bc29ba66
4 changed files with 11 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
"cancel": "@:invariants.controls.cancel",
|
||||
"error": {
|
||||
"invalidBase64": "The key must be a valid base64 string.",
|
||||
"invalidKeyLength": "The key's length must be either 128 bits (16 bytes) or 256 bits (32 bytes).",
|
||||
"invalidSeparator": "The separator must be a single character.",
|
||||
"cameraNotAllowed": "Camera access permission was not granted.",
|
||||
"cameraNotFound": "No camera detected.",
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"cancel": "@:invariants.controls.cancel",
|
||||
"error": {
|
||||
"invalidBase64": "La clé doit être une chaîne de caractère en base64.",
|
||||
"invalidKeyLength": "La longueur de la clé doit être de 128 bits (16 bytes) ou de 256 bits (32 bytes).",
|
||||
"invalidSeparator": "La séparateur doit être un unique caractère.",
|
||||
"cameraNotAllowed": "L'accès à la caméra n'a pas été autorisé.",
|
||||
"cameraNotFound": "Aucune caméra détectée.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue