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 26a6b23 commit 7cddb4f
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 || PbkdFunction::PBKDF2
@pbkdf = encryption&.pbkdf || Y2Storage::PbkdFunction::PBKDF2
@method = initial_method
@apqns = initial_apqns
@label = initial_label
Expand Down

0 comments on commit 7cddb4f

Please sign in to comment.