Hexidecimal SHA1 digest of the supplied string
1161 1162 1163
# File 'lib/rex/text.rb', line 1161 def self.sha1(str) Digest::SHA1.hexdigest(str) end