securitycheck 1.1.0 copy "securitycheck: ^1.1.0" to clipboard
securitycheck: ^1.1.0 copied to clipboard

outdated

A library to check whether your passwords are secure and strong.

SECURITY CHECK 🔑 #

GitHub CI

A library to check whether your passwords are secure and strong. 🔑

About 📚 #

One single person who is fairly interconnected on several platforms that live online probably has dozens upon dozens of passwords. How does an individual make sure that their passwords are secure and strong? They can't. It is a subjective opinion. Security Check attempts to solve this problem for app developers who want to implement such a feature in an app they are building. Contributions and feedback are, as always, more than welcome.

Installation 📥 #

Adding to your project #

To add Security Check to your project's dependencies, add this to your project's pubspec.yaml:

From GitHub

dependencies:
  ...
  securitycheck:
    git: git://github.com/iamtheblackunicorn/securitycheck.git

From Pub.dev

dependencies:
  ...
  securitycheck: ^1.1.0

The three dots represent anything else that you might have in the dependencies section. Having done that, re-fetch your project's dependencies by running this in the project's root directory:

$ dart pub get

Usage 🔨 #

Importing #

To import all methods, add this to the top of your .dart file:

import 'package:securitycheck/securitycheck.dart';

Note 📜 #

  • Security Check 🔑 by Alexander Abraham 🖤 a.k.a. "The Black Unicorn" 🦄
  • Licensed under the MIT license.
1
likes
0
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

A library to check whether your passwords are secure and strong.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on securitycheck