Analyzed 2 months ago
The JavaScript Crypto Library provides web developers with an extensive and efficient set of cryptographic functions. The library aims to obtain maximum execution speed while preserving modularity and reusability.
It currently includes:
* AES-256, symmetric encryption;
* Fortuna, a strong
... [More]
pseudo-random number generator;
* SRP, a verifier-based authentication protocol;
* SHA-2, hash function.
Clipperz online password manager (https://clipperz.is) uses the above cryptographic functions.
Browser cryptography is an critical component for building "zero-knowledge web appls" or "host-proof apps", but you can also use it to improve the security of specific portion of your projects. As an example, you could consider replacing your current user authentication process with SRP. [Less]