# File lib/chef/provider/user/dscl.rb, line 95
        def osx_shadow_hash?(string)
          return !! ( string =~ /^[[:xdigit:]]{1240}$/ )
        end