Skip to content

Utility to parse, check, create and convert LDAP and crypt(3) salted SHA password hashes in node.js

License

Notifications You must be signed in to change notification settings

konstantinbarkalov/crypt3-ldap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js with LDAP and crypt(3)

Utility to parse, check, create and convert LDAP and crypt(3) salted SHA password hashes in node.js. Code is based on jmarca/openldap_ssha, but:

  • rewritten in promised manner;
  • SSHA2 support (salted SHA256 and salted SHA512);
  • crypt(3) functionality added.

May be used to generate ACL passwd files from LDAP directory for a variety of software, that supports crypt(3) format.

Tests

Mocha is used for the tests, npm install followed by npm test or make test should run them. There are some tests originally added by jmarca. Plus some messy tests created to check new functionality, but they need to be refactored.

About

Utility to parse, check, create and convert LDAP and crypt(3) salted SHA password hashes in node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Makefile 1.9%