mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-19 19:48:36 -04:00
Fix: Regenerate transform seed and transform master key on save.
This commit is contained in:
parent
3bc8a79b9b
commit
c6f83b9ca6
4 changed files with 31 additions and 1 deletions
|
@ -18,6 +18,8 @@
|
|||
#ifndef KEEPASSX_KEEPASS2WRITER_H
|
||||
#define KEEPASSX_KEEPASS2WRITER_H
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
#include "format/KeePass2.h"
|
||||
#include "keys/CompositeKey.h"
|
||||
|
||||
|
@ -26,6 +28,8 @@ class QIODevice;
|
|||
|
||||
class KeePass2Writer
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(KeePass2Writer)
|
||||
|
||||
public:
|
||||
KeePass2Writer();
|
||||
void writeDatabase(QIODevice* device, Database* db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue