cryppo 0.4.0 copy "cryppo: ^0.4.0" to clipboard
cryppo: ^0.4.0 copied to clipboard

A simplified cryptographic library by Meeco - encrypt and decrypt as well as sign and verify data.

135/ 160
pub points
28
downloads

We analyzed this package 3 hours ago, and awarded it 135 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.4.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

80 out of 147 API elements (54.4 %) have documentation comments.

Some symbols that are missing documentation: aes, aes.Aes.Aes.new, aes.Aes256Cbc.Aes256Cbc.new, aes.Aes256Ctr.Aes256Ctr.new, aes.Aes256Gcm.Aes256Gcm.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:cryppo/cryppo.dart that imports:
  • package:cryppo/rsa/rsa.dart that imports:
  • package:cryppo/rsa/key_pair.dart that imports:
  • package:basic_utils/basic_utils.dart that imports:
  • package:basic_utils/src/X509Utils.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:cryppo/cryppo.dart that imports:
  • package:cryppo/rsa/rsa.dart that imports:
  • package:cryppo/rsa/key_pair.dart that imports:
  • package:basic_utils/basic_utils.dart that imports:
  • package:basic_utils/src/X509Utils.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 9 issues. Showing the first 2:

INFO: Missing type annotation.

lib/keys/derivation_artefacts.dart:33:8

   ╷
33 │       {minIterations = 20000,
   │        ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/keys/derivation_artefacts.dart

INFO: Missing type annotation.

lib/keys/derivation_artefacts.dart:34:7

   ╷
34 │       defaultLength = 32,
   │       ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/keys/derivation_artefacts.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
asn1lib ^1.0.2 1.6.5 1.6.5
basic_utils ^3.4.0 3.9.4 5.8.2
bson ^1.0.3 1.0.4 5.0.7
cryptography ^2.0.2 2.7.0 2.7.0
ninja ^3.0.2 3.0.8 3.0.8
pointycastle ^3.2.0 3.9.1 4.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
http - 0.13.6 1.5.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
meta - 1.17.0 1.17.0
ninja_asn1 - 2.0.0 2.0.0
ninja_hex - 2.0.1 2.0.1
ninja_pem - 2.0.2 2.0.2
ninja_prime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
rational - 1.2.1 2.2.3
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.2

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

Found 3 issues. Showing the first 2:

The constraint `^3.4.0` on basic_utils does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions basic_utils to update the constraint.

The constraint `^1.0.3` on bson does not support the stable version `2.0.1`.

Try running dart pub upgrade --major-versions bson to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.0, Dart 3.9.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
135
points
28
downloads

Publisher

verified publishermeeco.me

Weekly Downloads

A simplified cryptographic library by Meeco - encrypt and decrypt as well as sign and verify data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

asn1lib, basic_utils, bson, cryptography, ninja, pointycastle

More

Packages that depend on cryppo