feat: Rename password by encryption key
All checks were successful
/ pre-commit (push) Successful in 1m9s
All checks were successful
/ pre-commit (push) Successful in 1m9s
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
634326190c
commit
8e1dd686d3
16 changed files with 118 additions and 117 deletions
|
@ -1,8 +1,8 @@
|
|||
package internal
|
||||
|
||||
const (
|
||||
RC_OK = 0
|
||||
RC_ERROR = 1
|
||||
MIN_PASSWORD_LENGTH = 16
|
||||
MAX_PASSWORD_LENGTH = 256
|
||||
RC_OK = 0
|
||||
RC_ERROR = 1
|
||||
MIN_ENCRYPTION_KEY_LENGTH = 16
|
||||
MAX_ENCRYPTION_KEY_LENGTH = 256
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue