crypto
Here are 2,647 public repositories matching this topic...
An open source cybersecurity protocol for syncing decentralized graph data.
-
Updated
Sep 5, 2020 - JavaScript
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
-
Updated
Aug 26, 2020 - Java
Multi-platform transparent client-side encryption of your files in the cloud
-
Updated
Sep 4, 2020 - Java
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
-
Updated
Sep 2, 2020 - JavaScript
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins and options).
-
Updated
Sep 3, 2020 - C#
A curated list of cryptography resources and links.
-
Updated
Aug 9, 2020
Description
Side-port of #3509
Status
READY
Requires Backporting
No - not a bug, just enhancing source readability by reducing noise.
Migrations
NO
https://scotthelme.co.uk/a-new-security-header-feature-policy/
I guess it will be easy to add, because we certainly don't use any of these features.
Or maybe "gyroscope" or so may be used by the random number generator in sjcl, but that's all.
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
-
Updated
Sep 4, 2020 - C++
free C++ class library of cryptographic schemes
-
Updated
Aug 26, 2020 - C++
A system for distributing and managing secrets
-
Updated
Aug 31, 2020 - Java
Project Wycheproof tests crypto libraries against known attacks.
-
Updated
Feb 18, 2020 - Java
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks
-
Updated
Sep 3, 2020 - Python
Copy/paste anything over the network.
-
Updated
Jun 13, 2020 - Go
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
-
Updated
Aug 19, 2020 - JavaScript
Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines).
-
Updated
Nov 2, 2019 - C++
An implementation of JOSE standards (JWE, JWS, JWT) in Go
-
Updated
Aug 26, 2020 - Go
-
Updated
May 9, 2020 - JavaScript
socket.cpp, socket_udp.cpp and cli/socket_utils.h have a lot of shared/duplicated code for handling differences in socket interface between BSD and Windsock. Consolidate into a single internal header which can be used across all three.
Tools to bootstrap CAs, certificate requests, and signed certificates.
-
Updated
Aug 11, 2020 - Go
Cryptographic filesystem for the cloud
-
Updated
Aug 1, 2020 - C++
Improve this page
Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."


Problem:
As mentioned in the comment
New cipher suites MUST be added here, IN ORDER, or they will not be properly initialized.https://github.com/awslabs/s2n/blob/64297d8ce45a38394094f1c31b2ecf5735472edb/tls/s2n_cipher_suites.c#L768-L772
Solution:
Unit test to validate the array order.