MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / getCertPasswordHint

Method getCertPasswordHint

src/database/WizDatabase.cpp:4577–4586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4575 return password;
4576}
4577QString WizDatabase::getCertPasswordHint()
4578{
4579 QString n;
4580 QString e;
4581 QString hint;
4582 QString encrypted_d;
4583 getUserCert(n, e, encrypted_d, hint);
4584 //
4585 return hint;
4586}
4587
4588bool WizDatabase::verifyCertPassword(QString password)
4589{

Callers 2

viewNoteMethod · 0.80
reviewCurrentNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected