ldap_passwd 0.1.2 copy "ldap_passwd: ^0.1.2" to clipboard
ldap_passwd: ^0.1.2 copied to clipboard

outdated

A simple password utility for ldap userPassword writing using dart, you can find some alternatives in other language world. Similar to Node https://github.com/liudonghua123/ldap-passwd, Python https:/ [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ldap_passwd

Use it

The package has the following executables:

$ ldap_passwd

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ldap_passwd

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ldap_passwd: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ldap_passwd/ldap_passwd.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple password utility for ldap userPassword writing using dart, you can find some alternatives in other language world. Similar to Node https://github.com/liudonghua123/ldap-passwd, Python https://github.com/peppelinux/pySSHA-slapd. Two main API provided, generatePassword and checkPassword.

Homepage

License

MIT (LICENSE)

Dependencies

ansicolor, args, convert, crypto

More

Packages that depend on ldap_passwd