From 6dd74bf804b269b60c75a257909d5de04649ce5a Mon Sep 17 00:00:00 2001 From: micio Date: Tue, 1 Feb 2011 19:24:27 +0000 Subject: [PATCH] Bazaar/ProtectEncrypt : log key on Cerr() git-svn-id: svn://ultimatepp.org/upp/trunk@3147 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/ProtectEncrypt/ProtectEncrypt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bazaar/ProtectEncrypt/ProtectEncrypt.cpp b/bazaar/ProtectEncrypt/ProtectEncrypt.cpp index 9874c8458..4d26c34e4 100644 --- a/bazaar/ProtectEncrypt/ProtectEncrypt.cpp +++ b/bazaar/ProtectEncrypt/ProtectEncrypt.cpp @@ -148,6 +148,7 @@ CONSOLE_APP_MAIN } key.Cat(b); } + Cerr() << "ENCRYPTION KEY : " << HexString(key) << "\n"; // loads file into buffer String fName = CommandLine()[0];