Skip to content

Commit

Permalink
using PBKDF2 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Apr 17, 2024
1 parent 1de9c47 commit 26a6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2partitioner/actions/controllers/encryption.rb
Expand Up @@ -71,7 +71,7 @@ def initialize(fs_controller)
@fs_controller = fs_controller
@action = actions.first
@password = encryption&.password || ""
@pbkdf = encryption&.pbkdf
@pbkdf = encryption&.pbkdf || PbkdFunction::PBKDF2
@method = initial_method
@apqns = initial_apqns
@label = initial_label
Expand Down

0 comments on commit 26a6b23

Please sign in to comment.