6 #ifndef SWIFT_MISC_OBFUSCATION_H
7 #define SWIFT_MISC_OBFUSCATION_H
25 static QString decode(
const QString &inString,
bool trimmed =
true);
28 static QString encode(
const QString &inString,
bool trimmed =
true);
31 static const QString &prefix();
34 static constexpr quint64 Key = 7234623562;
Utility class to obfuscate strings in the source code to make them unreadable.
CObfuscation()=default
Constructor.
Free functions in swift::misc.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.