# File lib/facet/string/unix_crypt.rb, line 4
  def unix_crypt
    self.crypt(String.rand_letter + String.rand_letter)
  end