From d3da41380064015add8ffc16c91dbfa57cbd954b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 27 Feb 2018 22:38:29 +0000 Subject: Add a test that we can setup Blowfish encryption properly --- lib/crypto/CipherBlowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/CipherBlowfish.h') diff --git a/lib/crypto/CipherBlowfish.h b/lib/crypto/CipherBlowfish.h index 152a265c..1894e2ac 100644 --- a/lib/crypto/CipherBlowfish.h +++ b/lib/crypto/CipherBlowfish.h @@ -41,7 +41,7 @@ public: virtual std::string GetCipherName() const { std::ostringstream out; - out << "AES"; + out << "Blowfish"; out << mKeyLength; return out.str(); } -- cgit v1.2.3