# File lib/simp/cli/config/items/data/simp_options_ldap_sync_hash.rb, line 18
    def encrypt( string, salt=nil )
      Simp::Cli::Config::Utils.encrypt_openldap_hash( string, salt )
    end