crypto
Here are 2,068 public repositories matching this topic...
I'm looking at the react tutorial at https://github.com/amark/gun/wiki/React-Tutorial and noticed that the code examples are using depreciated lifecycle methods such as componentWillMount.
Following the instructions on how to build tinkey I eventually got:
failed to create directory /home/username/.ccache/tmp: Read-only file system
Fixed by:
mkdir -p ~/.ccache
bazel build tinkey --sandbox_writable_path ~/.ccacheIf applicable, maybe worth mentioning it in the docs at:
https://github.com/google/tink/blob/master/docs/TINKEY.md
Thanks.
Summary
While Debug mode is turned on, the user may (unknowinly) leak data about the structure & content of the vault, e.g. clear text file paths. To remind the user that this can happen, we should add
- an clear warning indicator in the main window and
- add a pop-up message when debug mode is activated
Additional Context
The first time this idea was suggested was in #798
Problem:
From time to time we run into failures with dynamic record size tests.
https://travis-ci.org/awslabs/s2n/jobs/650075690?utm_medium=notification&utm_source=github_status
Running s2n dynamic record size tests
Cipher: AES128-SHA Vers: TLSv1.2 ... PASSED
Cipher: DHE-RSA-AES128-SHA Vers: TLSv1.2 ... PASSED
Cipher: AES256-SHA Preface: I am not an expert in encryption, so sorry for any inaccuracies with how I am describing the issue here.
In the documentation, it states:
// Note: CBC and ECB modes use PKCS#7 padding as default
Is it possible to configure what padding is used? I am working with a system where they are not expecting padding. Is that something that even makes sense/is possible?
WARNING - A relative path to 'crypto / blockcipher / des-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto / blockcipher / mode / ofb-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto/asymmetric/discrete-log/ecc-zh' is included in the
-
Updated
Apr 13, 2020 - C#
Note: This is just a template, so feel free to use/remove the unnecessary things
Description
- Type: Bug
- Priority: Major
Bug
OS
linux
mbed TLS build:
Version: 4500e83fe41a0765bc06b47662b3ae00d0b1bd59
OS version: 5.6.0
Configuration: please attach config.h file where possible
Compiler and opti
-
Updated
Apr 13, 2020 - C++
See https://github.com/square/keywhiz/blob/master/server/src/main/resources/keywhiz-development.yaml#L49
It's a dropWizard thing, but we should document why it exists in Keywhiz and how to configure it (or link to the DropWizard docs).
If we wish to use the Wycheproof tests in another library, is it sufficient to create a README.md file in the directory containing the JSON files that includes the Apache2-required notice and copyright statement?
-
Updated
Feb 13, 2020 - Go
-
Updated
Mar 8, 2020 - Python
-
Updated
Nov 2, 2019 - C++
Add ANON (ANON)
In line
https://github.com/square/go-jose/blob/643bdf8caec0de8a54ec3e8f8601d57992f35510/jwk.go#L112
if key is nil error message is
'square/go-jose: unknown key type '%!s()''
If change this line to
'return nil, fmt.Errorf("square/go-jose: unknown key type '%T'", key)'
then everything is OK. Message will be
'square/go-jose: unknown key type '''
From fmt package docs:
'%T a
The -s flag is very useful, on smaller terminals, to limit output.
Would it be possible to add a feature: ability to limit the coin price accuracy to a fixed amount of decimal places (or better yet, total digits - useful for low value coins)
Example: The current bitcoin price shows "6282.25189496", but just "6282" would be fine...
Note: The screenshot on Readme.MD shows bitcoin price limi
-
Updated
Feb 12, 2019 - Go
Expected Behavior
Leave the mountPoint directory mtime unchanged if no file operations are carried out in it
Actual Behavior
mountPoint directory timestamps are constantly changing
Steps to Reproduce the Problem
- $
cryfs wdir1.cry workdir1(answer: yes yes yes ...) - $
stat workdir1 - $
stat workdir1
...
Specifications
- CryFS Version: 0.10.2+159.g87a253ad
-
Updated
Jan 29, 2020 - Rust
I am trying to figure out how to bring online 2 servers in to the "cluster" so I have redundancy of the miners and other components
I already have 1 Host running all the Private Deploy and pushed the container to a private docker repository
Now I am trying to figure out what "minimum" I need to bring online a second server.
I suspect the steps are close but I am pretty sure I copied too m
-
Updated
Mar 13, 2020 - JavaScript
Invalid method
There appears to be a broken method in hash extend that is not valid due to it missing a def ():
In addition to this, there appears to be no body for the method.
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."
While ccxt does a great job unifying most functions / settings, not everything is or can be unified.
I think it would be good to provide a separate wiki/documentation page which documents exchange-specific properties.
The behavior is there now and all is working well - but to find it users need to search through issues (which are not easy to navigate) to find certain exchange-specifics - and o