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

outdated

A new Flutter plugin to generate passwords which can contain digits, lower case letters, upper case letters and punctuations.

cypher #

Cypher is an android library for flutter to generate strong passwords simple and fast.

How to Use #

# add this line to your dependencies
cypher:
import 'package:cypher/cypher.dart';
Cypher.create(
    length: 15,
    useDigits: true,
    useLowerCase: true,
    useUpperCase: true,
    usePunctuation: false);
property description default
length int (Not Null)(required) 8
useDigits puts digits in password true
useLowerCase puts digits in password true
useUpperCase puts digits in password true
usePunctuation puts punctuations in password false
3
likes
30
points
16
downloads

Publisher

verified publishersaktepe.com

Weekly Downloads

A new Flutter plugin to generate passwords which can contain digits, lower case letters, upper case letters and punctuations.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cypher

Packages that implement cypher