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

DietPi-Software | Store global password with enhanced security #2625

Merged
merged 6 commits into from
Mar 9, 2019
Merged

Conversation

MichaIng
Copy link
Owner

@MichaIng MichaIng commented Mar 9, 2019

Status: Ready

  • DietPi-Software
  • DietPi-Set_software
  • DietPi-Patch
  • Changelog

Testing:

  • VM Jessie
  • VM Stretch
  • VM Buster

Reference: #2213

Commit list/description:

  • DietPi-Pre-patch | Safe global DietPi-Software password with salt to enhance security; On Buster use new "pbkdf2" function with 10000 iterations to resolve a warning about deprecated key derivation used.
    • This needs to be done during pre-patches to assure DietPi-Software can decrypt with new method during DietPi-Patch reinstalls.
  • DietPi-Software | Global password is now saved with salt to enhance security; On Buster use new "pbkdf2" function is used with 10000 iterations to resolve a warning about deprecated key derivation used.
  • DietPi-Set_software | Store global DietPi-Software password with salt to enhance security; On Buster use new "pbkdf2" function with 10000 iterations to resolve warnings about deprecated key derivation used.
  • DietPi-Set_software | Minor coding: No reason to unset local variables at end of function
  • DietPi-Patch | Store global DietPi-Software password with salt to enhance security; On Buster use new "pbkdf2" function with 10000 iterations to resolve warnings about deprecated key derivation used.

+ DietPi-Pre-patch | Safe global DietPi-Software password with salt to enhance security; On Buster use new "pbkdf2" function with 10000 iterations to resolve a warning about deprecated key derivation used.
MichaIng added 5 commits March 9, 2019 19:01
+ DietPi-Software | Global password is now saved with salt to enhance security; On Buster use new "pbkdf2" function is used with 10000 iterations to resolve a warning about deprecated key derivation used.
+ DietPi-Set_software | Store global DietPi-Software password with salt to enhance security; On Buster use new "pbkdf2" function with 10000 iterations to resolve warnings about deprecated key derivation used.
+ DietPi-Set_software | Minor coding: No reason to unset local variables at end of function
+ DietPi-Pre-patch | Minor wording
+ DietPi-Patch | Store global DietPi-Software password with salt to enhance security; On Buster use new "pbkdf2" function with 10000 iterations to resolve warnings about deprecated key derivation used.
+ CHANGELOG | The DietPi-Software global password is now stored with enhanced security
@MichaIng MichaIng merged commit 75d8dec into dev Mar 9, 2019
@MichaIng MichaIng deleted the openssl branch March 9, 2019 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant