1 रिपॉजिटरी
Architectural patterns for organizing independent cryptographic primitives into composable schemes.
Distinct from Algorithm Implementations: Candidates refer to general collections or educational examples, not the architectural modularity of a crypto library.
Explore 1 awesome GitHub repository matching software engineering & architecture · Modular Algorithm Compositions. Refine with filters or upvote what's useful.
crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data transformation tools. It functions as a symmetric encryption toolset, a cryptographic hash implementation, and a password derivation tool for the JavaScript environment. The library enables the protection of sensitive data through symmetric encryption and the production of fixed-size data digests to verify integrity. It includes utilities for converting user passwords into secure cryptographic keys and a data format converter for translating information between Base64, Hex, and
Organizes cryptographic primitives as independent modules that can be composed into complex encryption and hashing schemes.