Skip to content
  • Janek Bevendorff's avatar
    5996ba51
    Use PasswordKey for storing transformed secrets. · 5996ba51
    Janek Bevendorff authored
    The transformed secrets were stored in normal QByteArrays,
    which are at risk of being swapped out. We now use secure
    PasswordKey objects instead. There are still a few areas
    where QByteArrays are used for storing secrets, but since
    they are all temporary, they are less critical. It may be
    worth hunting those down as well, though.
    5996ba51
    Use PasswordKey for storing transformed secrets.
    Janek Bevendorff authored
    The transformed secrets were stored in normal QByteArrays,
    which are at risk of being swapped out. We now use secure
    PasswordKey objects instead. There are still a few areas
    where QByteArrays are used for storing secrets, but since
    they are all temporary, they are less critical. It may be
    worth hunting those down as well, though.
Loading