Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICNML
web app
Commits
1245c9cf
Commit
1245c9cf
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Use more clear number of pbkdf2 iterations in the config file
parent
4b80dc37
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.py
+4
-4
4 additions, 4 deletions
config.py
with
4 additions
and
4 deletions
config.py
+
4
−
4
View file @
1245c9cf
...
...
@@ -13,10 +13,10 @@ SECRET_KEY = os.environ.get( "SECRET_KEY", utils.rand.random_data( 20 ) )
MAX_CONTENT_LENGTH
=
500
*
1024
*
1024
EMAIL_NB_ITERATIONS
=
50000
PASSWORD_NB_ITERATIONS
=
50000
DEK_NB_ITERATIONS
=
500000
CF_NB_ITERATIONS
=
100000
EMAIL_NB_ITERATIONS
=
50
*
1
000
PASSWORD_NB_ITERATIONS
=
50
*
1
000
DEK_NB_ITERATIONS
=
500
*
1
000
CF_NB_ITERATIONS
=
100
*
1
000
EMAIL_SALT_LENGTH
=
65
PASSWORD_SALT_LENGTH
=
100
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment