2157
Views
5
Helpful
1
Replies
Hash a string (MD5) in TCL on IOS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2010 04:20 PM
Hi, I've a requirement to hash a string, within TCL but I cant figure out whether/how to do it. Is doing this possible in IOS? Chris
Labels:
- Labels:
-
Network Management
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2010 05:50 PM
You'll need to download tcllib from http://www.tcl.tk/software/tcllib/ . Within that bundle is an MD5 Tcl module (modules/md5/md5.tcl). Using that pure Tcl implementation you will be able to create MD5 hashes.
