encryption
Here are 4,759 public repositories matching this topic...
OS/Environment
None yet, but I'm working on OS X v10.11.6 'El Capitan' client-side. (See 'The way of deployment (cloud or local)' below for details on considered server infrastructure.)
Ansible version
None yet, as I haven't yet gotten that far into setting up Algo.
Version of components from requirements.txt
Not applicable (see above.)
Summary of the pro
I know this is going to sound trivial... but hopefully it's *SO* trivial that it's easy to implement! «grin»
I was using openssl s_client
to debug an issue that turned out to be the result of having multiple DNS (round-robin) 'A' records defined...
It would have helped tremendously if s_client
had logged the IP address to which it actually connected at the top. (And running {dig
/
-
Updated
Jul 21, 2021 - Shell
-
Updated
Jul 21, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
-
Updated
Jul 16, 2021 - Go
-
Updated
Apr 26, 2021 - Shell
the borg files cache can be rather large, because it keeps some information about all files that have been processed recently.
lz4 is a very fast compression / decompression algorithm, so we could try to use it to lower the in-memory footprint of the files cache entries.
before implementing this, we should check how big the savings typically are - to determine whether it is worthwhile doing
-
Updated
Jul 6, 2021 - Shell
-
Updated
Jun 24, 2021 - Rust
-
Updated
May 9, 2021 - JavaScript
What went wrong?
I'm getting deprecation warnings with openSSL encryption.
[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre
When a contact is already added, open the contact profile or the existant conversation
The error check is done here: https://github.com/berty/berty/blob/097eb0229f22e2abce3addd750c8dce98e92845f/js/packages/components/modals/InvalidScan.tsx#L126
We shouldn't show the invalid scan modal but navigate instead
-
Updated
Jul 19, 2021 - Shell
This feature is not available yet, so we should remove it for now.
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
Oct 11, 2019 - Java
For classes declared with struct
, forward declarations should also use struct
. Currently, only struct Message
violates this in a few header files (2 or so?).
-
Updated
Jul 18, 2021 - TypeScript
-
Updated
Jul 14, 2021 - C
-
Updated
Jul 19, 2021
-
Updated
Jul 21, 2021 - Swift
-
Updated
Jul 12, 2021 - Objective-C
-
Updated
Jul 21, 2021 - HTML
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Jul 13, 2021 - C++
-
Updated
Jul 4, 2021 - HTML
Improve this page
Add a description, image, and links to the encryption topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the encryption topic, visit your repo's landing page and select "manage topics."