cryptography
Here are 7,398 public repositories matching this topic...
What about create a design pattern directory with the most popular design patterns examples?
We can create some rules like: have to be an explanation about the design pattern, the structure and one real world example.
The directory can be:
(folder) Design Patterns
-- (folder) Abstract Factory
-- -- AbstractFactory.js
-- -- AbstractFactoryTest.js
-- -- REAME.md
I can send some :
Star Patterns
Currently the PKCS12_parse() fails if it is called on mac-less PKCS12 files. Given the KDF used with the MAC algorithm in PKCS12 is not FIPS compliant it would be desirable to allow mac-less PKCS12 files.
The PR would need to include some tests for PKCS12_parse API as there are currently none.
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Dec 31, 2021 - Go
-
Updated
Mar 23, 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
Mar 10, 2022 - Swift
-
Updated
Mar 13, 2022 - TypeScript
-
Updated
Mar 23, 2022 - Jupyter Notebook
As discussed in cryptomator/cryptomator#2084, this leads to an unexpected exception.
Originally posted by cooper2k4 March 2, 2022
OS: Windows 10 / 10.0
App: 1.6.5 / msi-3397
- Added existing Cryptomator vault through open file dialog and
-
Updated
Mar 23, 2022 - C++
In the output of list channels the private/public status of the channel is returned, but in the output of pending channels the status is not revealed. To allow for recognizing a pending open channel as a private requires waiting for the channel to confirm.
Ideally the PendingChannelsResponse
would include the channel flags or the private/public status of the channel to know which type of chan
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
Mar 4, 2022 - C
-
Updated
Mar 22, 2022 - Python
-
Updated
Mar 17, 2022 - JavaScript
Issue Description
The instructions provided on failed jobs (example) don't clearly explain where to find the generated patch file. This can be a problem for anyone who is not familiar with how Github Actions pages are organized.
The general idea is:
From the details page, click on "Summary", then scroll down to the "Artifacts" secti
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.
-
Updated
May 18, 2020 - JavaScript
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
-
Updated
Mar 22, 2022
-
Updated
Mar 15, 2022 - Python
-
Updated
Mar 22, 2022 - C++
-
Updated
Jan 19, 2022 - Go
-
Updated
Oct 1, 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."
I accidentally
-torcontrol=1
today (instead of-listenonion=1
) and was confused that it was accepted, as the argument needs to behost:port
.Expected outcome would be an error message and exiting.
Useful skills:
Want to work on this issue?
For guidance on contributing, please read [CONTRIBUTING.md](http