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

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:

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

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';

APIs #

To inspect the available APIs, read the source code, please. I've split everything by subject so it should be easy to understand.

Note 📜 #

  • Security Check 🔑 by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
  • Licensed under the MIT license.
1
likes
120
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on securitycheck