From 7f645ab15a50b48bb13fb600bcd65ebff5d0a376 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 7 Oct 2010 17:35:39 +0000 Subject: XOR encryption --- examples/GuiClient/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/GuiClient/utils.h') diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h index 1b64d0eb..ff6c8178 100644 --- a/examples/GuiClient/utils.h +++ b/examples/GuiClient/utils.h @@ -44,4 +44,6 @@ QString getImageType1(const QByteArray& image); bool isValidBareJid(const QString& bareJid); +QByteArray calculateXor(const QByteArray& data, const QByteArray& key); + #endif // CLIENTUTILS_H -- cgit v1.2.3