encryption
Here are 4,140 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
Jan 3, 2021 - Shell
Currently the SSL_CTX_new() man page has the following info on what a context is:
DESCRIPTION
SSL_CTX_new() creates a new SSL_CTX object as framework to establish TLS/SSL or DTLS enabled connections. An SSL_CTX object is reference counted. Creating an SSL_CTX object for the first time increments the reference count. Freeing
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 18, 2020 - 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
-
Updated
Dec 27, 2020 - Shell
-
Updated
Oct 26, 2020 - Rust
-
Updated
Jan 3, 2021 - Go
-
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
Jan 3, 2021 - Shell
-
Updated
Oct 11, 2019 - Java
E.g. accept missing leading 0
-
Updated
Dec 30, 2020 - JavaScript
In osx/updater/updater.go, we're referencing an ancient Go package, which has moved to a new location. Right now, the updater doesn't build (should we test this on travis?).
-
Updated
Sep 25, 2020 - Objective-C
-
Updated
Dec 31, 2020 - Swift
-
Updated
Jan 2, 2021 - C
-
Updated
Dec 20, 2020
-
Updated
Dec 30, 2020 - C++
-
Updated
Dec 31, 2020 - HTML
-
Updated
Dec 18, 2020 - HTML
-
Updated
Dec 29, 2020 - Shell
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