# File lib/facets/core/string/unix_crypt.rb, line 7
  def unix_crypt
    self.crypt(String.rand_letter + String.rand_letter)
  end