diff Core/Toolbox.h @ 365:cda6938a8c6f

decode base64
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Feb 2013 18:01:45 +0100
parents 3c291753231f
children bdd72233b105
line wrap: on
line diff
--- a/Core/Toolbox.h	Thu Jan 31 16:51:42 2013 +0100
+++ b/Core/Toolbox.h	Wed Feb 06 18:01:45 2013 +0100
@@ -80,6 +80,8 @@
     void ComputeSHA1(std::string& result,
                      const std::string& data);
 
+    std::string DecodeBase64(const std::string& data);
+
     std::string EncodeBase64(const std::string& data);
 
     std::string GetPathToExecutable();