Gathering detailed insights and metrics for @zyonyu/browserify-aes
Gathering detailed insights and metrics for @zyonyu/browserify-aes
Gathering detailed insights and metrics for @zyonyu/browserify-aes
Gathering detailed insights and metrics for @zyonyu/browserify-aes
npm install @zyonyu/browserify-aes
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
539
Last Day
1
Last Week
4
Last Month
16
Last Year
123
NOASSERTION License
60 Stars
140 Commits
28 Forks
5 Watchers
2 Branches
36 Contributors
Updated on Mar 10, 2025
Minified
Minified + Gzipped
Latest Version
1.2.3
Package Id
@zyonyu/browserify-aes@1.2.3
Unpacked Size
34.16 kB
Size
9.06 kB
File Count
22
NPM Version
8.1.2
Node Version
16.13.1
Published on
Feb 26, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-50%
4
Compared to previous week
Last Month
60%
16
Compared to previous month
Last Year
-22.6%
123
Compared to previous year
Node style aes for use in the browser. Implements:
In node.js, the crypto
implementation is used, in browsers it falls back to a pure JavaScript implementation.
EVP_BytesToKey
is a straight up port of the same function from OpenSSL as there is literally no documenation on it beyond it using 'undocumented extensions' for longer keys.
Much of this library has been taken from the AES implementation in triplesec (apparently licensed MIT), which is a partial derivation of crypto-js, which is licensed BSD-3 clause, the relevant LICENSE text for both MIT and BSD-3 can be found in LICENSE.
Parts of ghash.js
are a partial derivation of work by Juho Vähä-Herttua in SJCL, which is LICENSED BSD-2 || GPL-2
, with the LICENSE text included inline in ghash.js
.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
Found 5/15 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More