Skip to content

Add support for plain transfer algorithm to Secret Service API

Georg Kotheimer requested to merge gkkde/kwallet:transfers_secrets_plain into master

Move the secret transfer encryption and decryption logic from KWalletFreedesktopSession to the newly introduced KWalletFreedesktopSessionAlgorithm class, abstracting from the concrete secret transfer algorithm in use.

BUG: 458341

Merge request reports