encryption
Here are 4,247 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
-
Updated
Feb 5, 2021 - Shell
As OpenSSL does not support asynchronous read/write duplex, sometimes, the asynchronous read/write logic needs to be changed to consecutive processing. An interface for viewing the job status in internal objects maybe helpful for this.
ASYNC_JOB *SSL_get_job(const SSL *s)
{
return s->job;
}
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Jan 10, 2021 - Go
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
Nov 21, 2020 - Shell
there are frequently issues like #5646 with people wondering why their files are classified as M)odified and read/chunked again.
we could all some logging that precisely tells:
- a files cache miss (filename key not in files cache)
- a timestamp mismatch (also telling which filestamp it is ctime or mtime)
- an inode number mismatch
- a size mismatch
there should be no output for cache hi
-
Updated
Feb 1, 2021 - Shell
-
Updated
Feb 3, 2021 - Go
-
Updated
Jan 4, 2021 - Rust
-
Updated
Dec 12, 2020 - 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
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
Feb 4, 2021 - Shell
-
Updated
Oct 11, 2019 - Java
If you press the confirm button it takes multiple seconds until you see the message that you have accepted the invitation. There is no indicator that this is still processing, so you are likely to press again. We should introduce a progress dialog or similar.
In Settings : 'Add a new side account' button
Step #2 in Side account creation
(a very light & quick version of onboarding, with only nickname step)
.
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Jan 18, 2021 - Objective-C
-
Updated
Jan 28, 2021 - C
-
Updated
Feb 5, 2021 - Swift
-
Updated
Dec 20, 2020
-
Updated
Jan 23, 2021 - HTML
-
Updated
Feb 5, 2021 - C++
-
Updated
Jan 17, 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."

What is your current rclone version (output from
rclone version)?1.53.3
What problem are you are trying to solve?
Trying to prevent default password from being generated and added when
htpasswdoption is used. Since htpasswd is present, there generally should be no need for credentials besides those in htpasswd.How do you think rclone should be changed to solve tha