mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
Secure config WIP
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
void MobileUtils::shareText(const QStringList&) {}
|
void MobileUtils::shareText(const QStringList&) {}
|
||||||
|
|
||||||
void MobileUtils::writeToKeychain(const QString&, const QByteArray &) {}
|
void MobileUtils::writeToKeychain(const QString&, const QByteArray &) {}
|
||||||
|
bool MobileUtils::deleteFromKeychain(const QString& tag) { return false; }
|
||||||
QByteArray MobileUtils::readFromKeychain(const QString&) { return {}; }
|
QByteArray MobileUtils::readFromKeychain(const QString&) { return {}; }
|
||||||
|
|||||||
@@ -191,7 +191,6 @@ QByteArray SecureQSettings::getEncKey() const
|
|||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//qDebug() << "SecureQSettings::getEncKey() key" << m_key.size();
|
|
||||||
|
|
||||||
return m_key;
|
return m_key;
|
||||||
}
|
}
|
||||||
@@ -217,7 +216,6 @@ QByteArray SecureQSettings::getEncIv() const
|
|||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//qDebug() << "SecureQSettings::getEncIv() iv" << m_iv.size();
|
|
||||||
|
|
||||||
return m_iv;
|
return m_iv;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user