New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ldap-passwords

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldap-passwords - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

9

docs/guide/index.md
# 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:

2

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc