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

A simple password utility for ldap userPassword writing using dart, you can find some alternatives in other language world.

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.3

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
40
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.

Homepage

License

MIT (LICENSE)

Dependencies

ansicolor, args, convert, crypto

More

Packages that depend on ldap_passwd