Skip to content

Commit d8dc523

Browse files
Ruzylo-cloudclaude
andcommitted
Publish as @ferrow/encryption-utils on npm
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent bde0b97 commit d8dc523

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ anything with legal or safety consequences.
1313
## Install
1414

1515
```bash
16-
npm install encryption-utils
16+
npm install @ferrow/encryption-utils
1717
```
1818

1919
## Quickstart

llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# encryption-utils
2+
3+
Install: npm install @ferrow/encryption-utils
24
> Node crypto helpers implemented for real: AES-256-GCM encrypt/decrypt with a portable payload format, scrypt key derivation, timing-safe HMAC-SHA256 sign/verify, and RSA-OAEP encrypt/decrypt with a key-pair generator.
35

46
Small, real implementations of the crypto primitives you actually reach for, built directly on Node's `crypto` module. No third-party dependency, no home-grown cipher — just a sane API around what Node already ships.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "encryption-utils",
2+
"name": "@ferrow/encryption-utils",
33
"version": "2.0.0",
44
"description": "Node crypto helpers implemented for real: AES-256-GCM encrypt/decrypt with a portable payload format, scrypt key derivation, timing-safe HMAC-SHA256 sign/verify, and RSA-OAEP encrypt/decrypt with a key-pair generator.",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)