1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Rewrite get all key with rnp

This commit is contained in:
2025-02-01 13:45:55 +01:00
parent 74a001eefc
commit b9b038b1ae
13 changed files with 327 additions and 240 deletions

View File

@@ -9,6 +9,7 @@ DecryptJob::DecryptJob(QString path, QString keyfile):
void DecryptJob::run()
{
this->load_sec_keyring();
rnp_input_from_path(&keyfile, "secring.pgp"));
qFatal("To be implemented !")
}