cryptography
Here are 7,923 public repositories matching this topic...
-
Updated
Jul 1, 2022 - JavaScript
OpenSSL 1.1.1h introduces a behavior change wherein one can no longer set an EC_KEY's private_key to NULL.
This behavior changes in 6a01f6f4b41d045e2a3abcb10163633d769db76a. Based on the original PR (openssl/openssl#11127), it appears that this is hardening backported from 3.0.0 that unintentionally introduced a regression.
-
Updated
Jun 26, 2022 - JavaScript
-
Updated
Jun 29, 2022 - Go
-
Updated
Jun 25, 2022 - C++
Add T9 decoder
Hey Hackers of this spoopy month!
Welcome to the Ciphey repo(s)!
This issue requires you to add a decoder.
This wiki section walks you through EVERYTHING you need to know, and we've added some more links at the bottom of this issue to detail more about the decoder.
https://github.com/Ciphey/Ciphey/wiki#adding-your-own-crackers--decoders
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 1, 2022 - Swift
-
Updated
Jul 8, 2022 - Jupyter Notebook
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
Summary
Incorrect link to docs.cryptomator.org on welcome screen (Windows app)
What software is involved
-
Updated
Jul 8, 2022 - C++
The htlcswitch test function initSwitchWithDB
may create its own database if nil
is passed in. Several tests that pass in nil
never remove the temporary directory. I don't think any of the tests call db.Close
so the test process will still have the file handle. This leads to too many open files...
on my machine. The fix here is to remove the temp directory and call Close
on the databas
In working on informalsystems/tendermint-rs#1144, I see that the statesync.fetchers
configuration option is serialized as a string. Does it need to be a string? It seems like it should be an integer value.
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.
-
Updated
Jun 18, 2022 - C
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 8, 2022 - JavaScript
The custom parseUrl()
implementation contains a potential edge case issue regarding the parsing of ports.
Consider the following group in the regular expression that determines basic acceptance of the URL: StringUtilities.cpp#L61-L62
// optional port
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.
The mail option does not have a subject. It would be nice to have a customizable subject.
<a href="mailto:someone@yoursite.com?subject=themailsubjecthere">Email Us</a>
-
Updated
May 18, 2020 - JavaScript
-
Updated
Jun 27, 2022
-
Updated
Jul 8, 2022 - Python
-
Updated
May 29, 2022 - C++
-
Updated
Jun 27, 2022 - Go
-
Updated
Jun 24, 2022 - 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."
importaddress
(and possibly other legacy-only wallet functions), when used on a descriptor wallet, return a fairly nondescript error:The RPC help of
importaddress
doesn't mention nor further explain this incompatibility, nor what alternative to use inste