swift
|
Utility class to obfuscate strings in the source code to make them unreadable. More...
Public Member Functions | |
CObfuscation ()=default | |
Constructor. | |
Static Public Member Functions | |
static QString | decode (const QString &inString, bool trimmed=true) |
Decode string if it has the prefix, otherwise do nothing with it. | |
static QString | encode (const QString &inString, bool trimmed=true) |
Encode string and return with prefix. | |
static const QString & | prefix () |
Prefix to be used with obfuscated string. | |
Utility class to obfuscate strings in the source code to make them unreadable.
Definition at line 18 of file obfuscation.h.