Tags : Browse Projects

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

Javascript Crypto Library

Compare

  Analyzed about 5 hours 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

over 8 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

ShoveRand

Compare

  Analyzed about 23 hours ago

Pseudo-Random Number Generation library for GPGPU. ShoveRand provides both implementations of Pseudo-Random Number Generators for GP-GPU and also a framework allowing developers to easily add their own PRNGs to ShoveRand.

1.48K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

ParallelMersenneTwister

Compare

  Analyzed about 7 hours ago

Parallel implementation of the famous MersenneTwister alogorithm relying on Boost/C++11 declination of the algorithm and the original Dynamic Creator algorithm from Makoto Matsumoto and Takuji Nishimura.

523 lines of code

0 current contributors

almost 12 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

ThreadLocalRandom

Compare

  Analyzed about 6 hours ago

ThreadLocalRandom (java 7) rewriting replacing bad PRNG by statistically good ones and correcting bugs from the original implementation (initialization step).

494 lines of code

0 current contributors

almost 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

hasard

Compare

  No analysis available

Hasard is a pseudo-random number generator (PRNG) library. It includes multiple engines (algorithms), examples: Arcfour, Mersenne Twister and Linux /dev/random device. It hides internal details to give a simple API. You don't choose directly the engine but a profile like "@fast" or ... [More] "@secure_blocking": Hasard chooses the best engine and the best seed for you. Hasard is tested on Linux, FreeBSD and Windows. It is distributed under the BSD license and written in C. A Python binding is also available. The code is well tested by unit tests and the project includes many programs to test the generators quality. The word "hasard" is the french name for "randomness". [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

cl_ops

Compare

  Analyzed 11 minutes ago

A library of common OpenCL operations.

3.64K lines of code

0 current contributors

over 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This