Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ EnCrypt
Method
EnCrypt
utilities/encrypt.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
using namespace std;
34
35
EnCrypt::EnCrypt()
36
{
37
}
38
39
40
int EnCrypt::decrypt(QString &result, QString text, QString passphrase) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected