securemix 1.0.0 copy "securemix: ^1.0.0" to clipboard
securemix: ^1.0.0 copied to clipboard

A production-grade, cryptographically secure password generator with mutation engine and CLI support for Dart and Flutter.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate securemix

Use it

The package has the following executables:

$ securemix

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add securemix

With Flutter:

 $ flutter pub add securemix

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

dependencies:
  securemix: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:securemix/securemix.dart';
1
likes
160
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-grade, cryptographically secure password generator with mutation engine and CLI support for Dart and Flutter.

Repository (GitHub)
View/report issues

Topics

#security #password #crypto #generator #authentication

License

MIT (license)

More

Packages that depend on securemix