Raw MD5 digest of the supplied string
1297 1298 1299
# File 'lib/rex/text.rb', line 1297 def self.md5_raw(str) Digest::MD5.digest(str) end