Changeset 1055
- Timestamp:
- 09/09/07 15:42:08 (15 months ago)
- Files:
-
- 1 modified
-
trunk/pyrad/packet.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pyrad/packet.py
r1052 r1055 396 396 397 397 RADIUS hides passwords in packets by using an algorithm 398 based on the MD5 hash of the pac aket authenticator and RADIUS398 based on the MD5 hash of the packet authenticator and RADIUS 399 399 secret. This function reverses the obfuscation process. 400 400 … … 426 426 427 427 RADIUS hides passwords in packets by using an algorithm 428 based on the MD5 hash of the pac aket authenticator and RADIUS428 based on the MD5 hash of the packet authenticator and RADIUS 429 429 secret. If no authenticator has been set before calling PwCrypt 430 430 one is created automatically. Changing the authenticator after