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

docs: update that encryption_generated_password_length is deprecated #1068

Merged

Conversation

monkeyiq
Copy link
Contributor

Since FileSender 2.9 (released Oct 5, 2019) encryption_random_password_version_new_files has been 2 which is v2019_generated_password_that_is_full_256bit (from crypto_app.js). This password handling has many advantages such as generating a string that contains the entropy that the system desires and also being a password format known to be generated this way it may skip password hashing.

As the encryption_generated_password_length only applies to v2018_text_password I am deprecating it here. Unless you are setting encryption_random_password_version_new_files to 1 explicitly and then looking to set the max length this setting would have no effect. It is strongly recommended to use the default encryption_random_password_version_new_files=2 (or leaving that setting unset to get the default) as introduced in FileSender 2.9 (released Oct 5, 2019).

@github-actions
Copy link

If there are selenium UI results for this code they will be at filesenderuici@3b920fb

@monkeyiq
Copy link
Contributor Author

This documentation update relates to #999.

@github-actions
Copy link

If there are selenium UI results for this code they will be at filesenderuici@7f3906b

@github-actions
Copy link

If there are selenium UI results for this code they will be at filesenderuici@3b0fda2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant