From 7e29f458ad8bd5ed3b0d8f23a8c9bfb823e80f8e Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Fri, 27 Apr 2007 02:24:31 +0000
Subject: Clearing up comment to reflect true strength of GenerateChallenge()
---
OpenSim.Framework/Remoting.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OpenSim.Framework/Remoting.cs b/OpenSim.Framework/Remoting.cs
index 12208fa..1212ee5 100644
--- a/OpenSim.Framework/Remoting.cs
+++ b/OpenSim.Framework/Remoting.cs
@@ -73,7 +73,7 @@ namespace OpenSim.Framework
}
///
- /// Generates a new challenge string to be issued to a foreign host. Challenges are 1024-bit messages generated using the Crytographic Random Number Generator.
+ /// Generates a new challenge string to be issued to a foreign host. Challenges are 1024-bit (effective strength of less than 512-bits) messages generated using the Crytographic Random Number Generator.
///
/// A 128-character hexadecimal string containing the challenge.
public static string GenerateChallenge()
--
cgit v1.1