aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework
diff options
context:
space:
mode:
authorAdam Frisby2007-04-27 02:24:31 +0000
committerAdam Frisby2007-04-27 02:24:31 +0000
commit7e29f458ad8bd5ed3b0d8f23a8c9bfb823e80f8e (patch)
treec519b80ba797666db273b48a7ca34df0af1d1db0 /OpenSim.Framework
parentAdded challenge generation function to generate cryptographic strength challe... (diff)
downloadopensim-SC_OLD-7e29f458ad8bd5ed3b0d8f23a8c9bfb823e80f8e.zip
opensim-SC_OLD-7e29f458ad8bd5ed3b0d8f23a8c9bfb823e80f8e.tar.gz
opensim-SC_OLD-7e29f458ad8bd5ed3b0d8f23a8c9bfb823e80f8e.tar.bz2
opensim-SC_OLD-7e29f458ad8bd5ed3b0d8f23a8c9bfb823e80f8e.tar.xz
Clearing up comment to reflect true strength of GenerateChallenge()
Diffstat (limited to 'OpenSim.Framework')
-rw-r--r--OpenSim.Framework/Remoting.cs2
1 files changed, 1 insertions, 1 deletions
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
73 } 73 }
74 74
75 /// <summary> 75 /// <summary>
76 /// Generates a new challenge string to be issued to a foreign host. Challenges are 1024-bit messages generated using the Crytographic Random Number Generator. 76 /// 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.
77 /// </summary> 77 /// </summary>
78 /// <returns>A 128-character hexadecimal string containing the challenge.</returns> 78 /// <returns>A 128-character hexadecimal string containing the challenge.</returns>
79 public static string GenerateChallenge() 79 public static string GenerateChallenge()