ldap-passwords
Advanced tools
Comparing version 2.1.1 to 2.1.2
# Getting Started | ||
**Welcome to the documentation for the ldap-passwords package, a collection of tools for generating LDAP password hashes using various algorithms. This package includes two sub-packages: ldap-md5 and ldap-sha512. You have the flexibility to either install the combined package or choose specific algorithms based on your requirements.** | ||
**Welcome to the documentation for the ldap-passwords package, a collection of tools for generating LDAP password hashes using various algorithms. This package includes three sub-packages: ldap-md5, ldap-sha and ldap-sha512. You have the flexibility to either install the combined package or choose specific algorithms based on your requirements.** | ||
@@ -22,2 +22,9 @@ ## Option 1: Install ldap-passwords (Includes everything) | ||
### SSHA | ||
Install with your favorite package manager: | ||
- **pnpm** : `pnpm i ldap-sha` | ||
- npm : `npm i ldap-sha` | ||
- yarn : `yarn add ldap-sha` | ||
- bun : `bun add ldap-sha` | ||
### MD5 | ||
@@ -24,0 +31,0 @@ Install with your favorite package manager: |
# Começando | ||
**Bem-vindo à documentação do pacote ldap-passwords, uma coleção de ferramentas para gerar hashes de senhas LDAP usando vários algoritmos. Este pacote inclui dois subpacotes: ldap-md5 e ldap-sha512. Você tem a flexibilidade de instalar o pacote combinado ou escolher algoritmos específicos com base em seus requisitos.** | ||
**Bem-vindo à documentação do pacote ldap-passwords, uma coleção de ferramentas para gerar hashes de senhas LDAP usando vários algoritmos. Este pacote inclui três subpacotes: ldap-md5, ldap-sha e ldap-sha512. Você tem a flexibilidade de instalar o pacote combinado ou escolher algoritmos específicos com base em seus requisitos.** | ||
@@ -22,2 +22,9 @@ ## Opção 1: Instale ldap-passwords (Inclui tudo) | ||
### SSHA | ||
Instale com seu gerenciador de pacotes favorito: | ||
- **pnpm** : `pnpm i ldap-sha` | ||
- npm : `npm i ldap-sha` | ||
- yarn : `yarn add ldap-sha` | ||
- bun : `bun add ldap-sha` | ||
### MD5 | ||
@@ -24,0 +31,0 @@ Instale com seu gerenciador de pacotes favorito: |
{ | ||
"name": "ldap-passwords", | ||
"type": "module", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "ldap-passwords offers secure password hashing and verification using LDAP password algorithms.", | ||
@@ -6,0 +6,0 @@ "author": { |
277810