cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
2157
Views
5
Helpful
1
Replies

Hash a string (MD5) in TCL on IOS

Chris Bull
Level 1
Level 1

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

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

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.