@drifted/encryption
a way to use the same encrytion elsewhere in the framework. it also has a mongoose plugin that lets you encrypt fields automatically.
14
Versions
GPL-3.0
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
ussballantyne
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:hex-decode | AI (semgrep): Hex encoding is standard for crypto IV/ciphertext handling in Node.js crypto API; not payload obfuscation. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): require(path.join(__dirname, 'api')) is a static relative path, not a truly dynamic or user-controlled require. | ai |