diff options
author | Adam Frisby | 2007-04-27 02:24:31 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-27 02:24:31 +0000 |
commit | 7e29f458ad8bd5ed3b0d8f23a8c9bfb823e80f8e (patch) | |
tree | c519b80ba797666db273b48a7ca34df0af1d1db0 /OpenSim.Framework | |
parent | Added challenge generation function to generate cryptographic strength challe... (diff) | |
download | opensim-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.cs | 2 |
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() |