Skip to content
#

cryptography

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

bionicles
bionicles commented Jan 3, 2020

There's no published benchmark for IOPS on S3 storage

Would it be possible to post this alongside the other benchmarks?

S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)

Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle

gdbelvin
gdbelvin commented Feb 15, 2020

The rules for using go modules have changed in go 1.13.
When running go get from outside a directory with a module file, go reverts to pulling everything from head.

go get upspin.io/cmd/...
# golang.org/x/crypto/acme/autocert
go/src/golang.org/x/crypto/acme/autocert/autocert.go:76:16: undefined: idna.Lookup
go/src/golang.org/x/crypto/acme/autocert/autocert.go:263:15: undefined: i
iamtrask
iamtrask commented Dec 4, 2019

At present, our tutorial notebook series is only available in English, but it would be very desirable for people to be able to learn PySyft in their native language, such as Japanese.

For this PR, copy the current notebooks and translate the inline text to Japanese, placing the notebooks in a "japanese" folder within the "tutorials" folder.

https://github.com/OpenMined/PySyft/tree/master/exa

GHLover
GHLover commented Aug 7, 2019

Clients that are built around the API need some additional information to work effectively. This is the following:

  1. Peer list API: show more information about connected peers including the block height / cumulative difficulty of the peer. Basically, so the API provides at least as much information as the server TUI does.

  2. Status information: Similarly, the minimum amount of info the stat

bitromortac
bitromortac commented Feb 7, 2020

Currently the lncli listinvoices --reversed flag has no effect, as it
is of type cli.BoolTFlag https://github.com/lightningnetwork/lnd/blob/ad0a89b844ec9f55b3ca4ddbb4d368dd8e3c0ea9/cmd/lncli/commands.go#L2848
which is true by default.

Correct behavior can be triggered by lncli listinvoices --reversed=True
or lncli listinvoices --reversed=False.

Is this behavior intended? I get th

cryptomator
infeo
infeo commented Feb 20, 2020

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

  1. an clear warning indicator in the main window and
  2. add a pop-up message when debug mode is activated

Additional Context

The first time this idea was suggested was in #798

jcarver989
jcarver989 commented Sep 24, 2018

Hi there,

First off thanks for all the work in building this - crypto is a PITA.

After reading your docs, I had the following questions, which I think would be useful to cover (or clarify) for other people in the docs:

  1. Have any cryptographers reviewed this library? If so who - were they internal or a hired 3rd party - which part(s) did they review? Your docs appear to be asking for a
evilaliv3
evilaliv3 commented Sep 1, 2019

While experimenting within the Globaleaks application i just find out that the binding for SSL_CTX_set1_curves_list is currently not exposed.

This would be useful in order to define a preference on the order of the curves that should be used.

The feature would result particularly important especially for the fact that it seems that OpenSSL default order seems to be ```x25519, secp256r1, x448

co16353sidak
co16353sidak commented May 8, 2019

instead of keeping one solitary readme I the root folder, it would be better to add separate README to each folder.
what this would achieve would be that for someone interested in ciphers should open the folder and find details in the README specific to ciphers only.
This seems like an easy process of splitting the README into separate duplicates and then adding them to individual folders, I wou

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.