tripledes 2.1.0
tripledes: ^2.1.0 copied to clipboard
Triple DES and DES block cipher implementation ported from CryptoJS
We analyzed this package on Apr 8, 2021, and awarded it 75 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. See the example generated by stagehand
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 1 out of 38 API elements (2.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 22 issues. Showing the first 2:
INFO: Unnecessary new keyword.
lib/src/des.dart:18:19
╷
18 │ var keyBits = new List<int>(56);
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/des.dart
INFO: 'List' is deprecated and shouldn't be used. Use a list literal, [], or the List.filled constructor instead.
lib/src/des.dart:18:23
╷
18 │ var keyBits = new List<int>(56);
│ ^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/des.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Dart 2.12.2
.