Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Javascript Crypto Library

Compare

  Analyzed 1 day 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]

21.9K lines of code

0 current contributors

about 8 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

node-srp

Compare

  Analyzed about 10 hours ago

Implementation of the SRP Authentication and Key Exchange System and protocols in Secure Remote Password (SRP) Protocol for TLS Authentication SRP is an interactive protocol which allows a server to confirm that some client knows a password, and to derive a strong shared session key, without ... [More] revealing what the password is to an eavesdropper. In addition, the server does not hold the actual password: instead it stores a "verifier" created by the client. If the server's private data is revealed (by a server compromise), the verifier cannot be used directly to impersonate the client. This module provides both client and server implementations of SRP-6a for node.js. They are interoperable with Mozilla Identity-Attached Services [Less]

885 lines of code

0 current contributors

almost 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This