encryptplus 5.0.2 copy "encryptplus: ^5.0.2" to clipboard
encryptplus: ^5.0.2 copied to clipboard

base on encrypt,add cfb-8 mode.

0
likes
100/ 140
pub points
20%
popularity

We analyzed this package 6 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL is insecure.

Update the homepage field and use a secure (https) URL.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

45 out of 99 API elements (45.5 %) have documentation comments.

Some symbols that are missing documentation: encrypt, encrypt.AES.key, encrypt.AES.mode, encrypt.AES.padding, encrypt.AESMode.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:encryptplus/encrypt_io.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 18 issues. Showing the first 2:

WARNING: The '!' will have no effect because the receiver can't be null.

lib/src/algorithms/rsa.dart:236:32

    ╷
236 │     return RSAPublicKey(modulus!, exponent!);
    │                                ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/algorithms/rsa.dart

WARNING: The '!' will have no effect because the receiver can't be null.

lib/src/algorithms/rsa.dart:236:43

    ╷
236 │     return RSAPublicKey(modulus!, exponent!);
    │                                           ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/algorithms/rsa.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.0.0 2.5.0 2.5.0
asn1lib ^1.0.0 1.5.2 1.5.2
clock ^1.1.0 1.1.1 1.1.1
collection ^1.15.0 1.18.0 1.18.0
crypto ^3.0.0 3.0.3 3.0.3
pointycastle ^3.5.0 3.9.0 3.9.0
Transitive dependencies
Package Constraint Compatible Latest
convert - 3.1.1 3.1.1
js - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
100
pub points
20%
popularity

Publisher

unverified uploader

base on encrypt,add cfb-8 mode.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, asn1lib, clock, collection, crypto, pointycastle

More

Packages that depend on encryptplus