Skip to content
#

cryptography

Here are 4,931 public repositories matching this topic...

practicalswift
practicalswift commented Aug 12, 2020

Enable unused member function diagnostic by default.

Clang has a nice compiler diagnostic -Wunused-member-function which is good at catching accidentally dead/unreachable code.

While dead/unreachable code is most often harmless from a security/robustness perspective there are instances where dead/unreachable code may be an indication of more serious issues. Enabling this diagnostic allows

brapse
brapse commented Feb 27, 2020

The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th

Ciphey
TheAlcanian
TheAlcanian commented Jul 29, 2020

Describe the bug
When running Ciphey on a base64-encoded file using the - command-line parameter, Ciphey picks up and decodes the base64-encoded file's contents, and prints the decoded content like normal. When running Ciphey on a base64-encoded file using the -i command-line parameter, Ciphey finds no results.

To Reproduce
Steps to reproduce the behavior:

  1. What input did you u

Improve this page

Add a description, image, and links to the cryptography topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cryptography topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.