Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

readme.md for @push.rocks/smartacme

@push.rocks/smartacme

A TypeScript-based ACME client and server for certificate management with a focus on simplicity and power. Includes a full RFC 8555-compliant ACME client for Let's Encrypt and a built-in ACME Directory Server for running your own Certificate Authority. Issue R...

acme
letsencrypt
typescript
certificate management
certificate authority
acme server
pki
dns challenges
ssl/tls
secure communication
domain validation
automation
crypto
mongodb
dns-01 challenge
http-01 challenge
token-based challenges
certificate renewal
wildcard certificates
rfc 8555

readme.md for @push.rocks/smarthash

@push.rocks/smarthash

🔐 @push.rocks/smarthash Cross-environment hashing made simple 🚀 SHA256 and MD5 hash functions that work seamlessly in both Node.js and browsers, with zero configuration. ✨ Why SmartHash? 🌐 Universal: Works in Node.js AND browsers without polyfills ⚡ Smar...

crypto
hashing
sha256
md5
security
node.js
browser
cross-environment
web crypto
stream hashing
file hashing
synchronous hashing
asynchronous hashing
data integrity
typescript

changelog.md for @push.rocks/smartacme

@push.rocks/smartacme

2026-03-27 - 9.3.1 - fix(acme) parse issued certificate expiry from X.509 metadata and update build compatibility for dependency upgrades Store certificate validity using the actual X.509 expiration date instead of a fixed 90-day estimate, with a fallback if ...

acme
letsencrypt
typescript
certificate management
certificate authority
acme server
pki
dns challenges
ssl/tls
secure communication
domain validation
automation
crypto
mongodb
dns-01 challenge
http-01 challenge
token-based challenges
certificate renewal
wildcard certificates
rfc 8555

changelog.md for @push.rocks/smarthash

@push.rocks/smarthash

2025-09-12 - 3.2.6 - fix(ci) Add .claude local settings to permit web fetch to www.npmjs.com Added .claude/settings.local.json granting WebFetch permission for www.npmjs.com Configuration-only change; no runtime or library code modified 2025-09-12 - 3.2.5 - ...

crypto
hashing
sha256
md5
security
node.js
browser
cross-environment
web crypto
stream hashing
file hashing
synchronous hashing
asynchronous hashing
data integrity
typescript

changelog.md for @push.rocks/smartjwt

@push.rocks/smartjwt

2024-09-05 - 2.2.1 - fix(core) Add --allowimplicitany flag to build script Updated the build script in package.json to include the --allowimplicitany flag for TypeScript compilation. 2024-09-05 - 2.2.0 - feat(smartjwt) Add nested JWT functionality Introduce...

jwt
jsonwebtoken
authentication
security
typescript
crypto
public key
private key
token validation
token creation