1 Repo
Standardized class-based interfaces for interacting with cryptographic algorithms.
Distinct from Cryptographic Ciphers: Focuses on the object-oriented API wrapper for ciphers rather than the algorithms themselves.
Explore 1 awesome GitHub repository matching security & cryptography · Cipher Interfaces. Refine with filters or upvote what's useful.
sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,
Wraps cryptographic algorithms in consistent classes with standard methods for encryption and decryption.