cryptography
Here are 6,529 public repositories matching this topic...
An open source cybersecurity protocol for syncing decentralized graph data.
-
Updated
Sep 14, 2021 - JavaScript
A repository for All algorithms implemented in Javascript (for educational purposes only)
-
Updated
Sep 14, 2021 - JavaScript
A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC. Available for ARM, MIPS, 386 and AMD64。KCPプロトコルに基づく安全なトンネル。KCP 프로토콜을 기반으로 하는 보안 터널입니다。
-
Updated
Sep 14, 2021 - Go
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
Sep 15, 2021 - C++
CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift
-
Updated
Aug 31, 2021 - Swift
Hello spoooopyyy hackers
This is a Hacktoberfest only issue!
This is also data-sciency!
The Problem
Our English dictionary contains words that aren't English, and does not contain common English words.
Examples of non-common words in the dictionary:
"hlithskjalf",
"hlorrithi",
"hlqn",
"hm",
"hny",
"ho",
"hoactzin",
"hoactzine
A library for answering questions using data you cannot see
-
Updated
Sep 16, 2021 - Jupyter Notebook
A powerful obfuscator for JavaScript and Node.js
-
Updated
Aug 17, 2021 - TypeScript
Monero: the secure, private, untraceable cryptocurrency
-
Updated
Sep 15, 2021 - C++
Multi-platform transparent client-side encryption of your files in the cloud
-
Updated
Sep 15, 2021 - Java
Background
Macaroons are created after wallet creation. However, the documentation in the main installation (https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) states the following:
Running lnd for the first time will by default generate the admin.macaroon, read_only.macaroon, and macaroons.db files that are used to authenticate into lnd.
As a first-time LND user,
Currently stratumserver has no unit tests. This will improve the quality and allow future commits to be TDD safe. All units will be tested to ensure the module as a unit itself is tested.
An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.
-
Updated
Aug 16, 2021 - C
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
-
Updated
Sep 15, 2021 - Python
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
-
Updated
Sep 10, 2021 - JavaScript
End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)
-
Updated
May 18, 2020 - JavaScript
Problem:
A common pattern is:
GUARD(s2n_stuffer_skip_write(stuffer, bytes_to_write));
uint8_t* ptr = suffer->blob.data + stuffer->write_cursor - bytes_to_write;
which could be simplified.
Solution:
*ptr could be an *out parameter to s2n_stuffer_skip_write
- Does this change what S2N sends over the wire? No.
- Does this change any public APIs? No.
Issue Description
Per https://blog.ripplex.io/sunsetting-ripplex-io/, the ripplex.io site is being sunset. There are several references to it (and its predecessor xpring.io) in the rippled documentation that need to be updated.
As of 1.8.0-b3:
$ grep -ri -e xpring.io -e ripplex.io
RELEASENOTES.md:This release [significantly improves memory usage](https://blog.ripplex.io/how-ripples
As I was running composer to install a new library into our repo, it warned me that:
Package yzalis/identicon is abandoned, you should avoid using it. No replacement was suggested.
I'm not familiar on what packagist.org's process is to declare a package abandoned. I see that the last commit in their repo is from 2019 and there are a number of unanswered issues and pull requests.
I
A curated list of cryptography resources and links.
-
Updated
Aug 16, 2021
A Crypto-Secure, Production-Grade Reliable-UDP Library for golang with FEC
-
Updated
Sep 10, 2021 - Go
free C++ class library of cryptographic schemes
-
Updated
Sep 15, 2021 - C++
RSA attack tool (mainly for ctf) - retreive private key from weak public key and/or uncipher data
-
Updated
Aug 22, 2021 - Python
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 14, 2021 - C++
Improve this page
Add a description, image, and links to the cryptography topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cryptography topic, visit your repo's landing page and select "manage topics."


RPCs that return detailed information about mempool entries (e.g.
getmempoolentryandgetrawmempool(verbose=True)include the fieldsfee,modifiedfee,descendantfees, andancestorfeeswhich were marked as "DEPRECATED" and replaced with afeesobject field in #12240 (since v0.17).We should remove these fields, but first, properly deprecate them using
-deprecatedrpc.Usef