tessl install tessl/npm-crypto-browserify@3.12.0Browser-compatible implementation of Node.js crypto module providing cryptographic operations in web environments.
Agent Success
Agent success rate when using this tile
100%
Improvement
Agent success rate improvement when using this tile compared to baseline
1x
Baseline
Agent success rate without this tile
100%
Generated
Agent Claude Code
Scenario 1
Key Derivation - PBKDF2 (pbkdf2, pbkdf2Sync)
Scenario 2
Utility Functions (getHashes, getCiphers, listCiphers)
Scenario 3
Dual-Direction RSA Encryption (confidentiality and authenticity patterns)
Scenario 4
Digital Signatures (createSign, Sign)
Scenario 5
Hashing (createHash, Hash, getHashes)
Scenario 6
Elliptic Curve Diffie-Hellman - ECDH (createECDH)
Scenario 7
Predefined Diffie-Hellman Groups (MODP groups from RFC 2409 and RFC 3526)
Scenario 8
Signature Verification (createVerify, Verify)
Scenario 9
Cryptographic Constants (constants object)
Scenario 10
HMAC - Hash-based Message Authentication Code (createHmac, Hmac)