encryption
Here are 3,501 public repositories matching this topic...
Blake 3 Support
Can you add Blake3 support to openssl? It's over 10x faster than sha2 and will probably be widely adopted.
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.
Is your feature request related to a problem? Please describe.
I'm copying text one tab into another to run it with another recipe. But when I change back to the first tab, the text I originally selected is no longer selected. It would be nice if this is remembered because when working with a wall of text, it's near impossible to figure out where I was.
This applies to both to input and th
-
Updated
May 15, 2020 - Shell
If somebody has some time for FUSE benchmarking:
diff --git a/src/borg/fuse.py b/src/borg/fuse.py
index 429790e4..27ab1c1a 100644
--- a/src/borg/fuse.py
+++ b/src/borg/fuse.py
@@ -644,12 +644,13 @@ def read(self, fh, offset, size):
data = self.data_cache[id]
if offset + n == len(data):
# evict fully read chunk from cache
-
- I have searched open and closed issues for duplicates.
Description
I'd like to add something rather important to the wiki page How do filters work? but I don't have the knowledge yet. If this issues database is not the place for writing about the documentation, please let
The FAQ suggests https://dnsleaktest.com/ and https://ipleak.net/ to test dns leaks. Do they support IPv6 leaks? I don't have an IPv6 connection to test.
An alternative is https://browserleaks.com/dns that explicitly tests IPv6:
This test attempts to resolve 100 randomly generated domain names asynchronously, 50 with A record (IPv4-only) and 50 with both A and AAAA records (IPv4+IPv6).
The README for the project mentions a roadmap file:
https://github.com/timvisee/ffsend/blob/master/ROADMAP.md
But no such file exists. It'd be cool to view the roadmap for this project, it sounds super interesting.
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
urrently I do not know the structure of the payload that should be sent to the server, in the documentation they speak of 3 paramatros [description, attributes, content] but the model whatsapp_binary_writter that triggers an error and closes the connection
Problem:
When you initialize a stuffer with an existing blob, the typical pattern is to write
struct s2n_blob blob;
struct s2n_stuffer stuffer;
GUARD(s2n_stuffer_init(&stuffer, &blob));
GUARD(s2n_stuffer_write(&stuffer, &blob));
This causes a memcpy to write to overlapping pages, which is undefined behavior. A workaround is to use s2n_stuffer_raw_write, but this st
-
Updated
Oct 11, 2019 - Java
What's this issue about?
The problem happening can be understood by reading https://developers.google.com/web/updates/2016/08/removing-document-write
This effectively allows adding exceptions to more general inbox rules, e.g., "all emails to @example.com should go to Archive, unless they are for [email protected] or [email protected]".
Make links clickable
When adding a link into a custom field, it would be helpful to be able to click on it to visit. It's possible to click to copy but not click to visit.
Suggested solution: On hover, add an extra button with a chain icon to visit the link
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?).
At least on an iPad, group chats / rooms don’t have the actual room name in the list of chats and instead show whatever subject is set at the time.
It’s a little confusing as it’s not clear which room is which.
I know there used to be guides on codeplex that gave step by step instructions of how to clone your encrypted drive (either with dd or not) through Clonezilla but they aren't easily found anymore.
I currently have a failing (almost dead) 1TB Seagate Barracuda (1 partition, fully encrypted) drive that I want to Clone to my new 3TB Seagate Barracuda (brand new) drive (both internal) and after mou
-
Updated
May 28, 2020
Description
The mentioned section should be moved to the wiki since it looks like a better place to archive that kind of information, also each web site listed there can be better described, and it will give the main page a better and smoother appearance.
Instead, a sign that shows people that the wiki exists, and that they could find more in depth information about specific software, pr
-
Updated
Jun 28, 2019 - JavaScript
-
Updated
Mar 10, 2020 - Shell
Instead of always allocating a fixed size buffer (1,000,000 bytes currently), it should leverage the upfront knowledge of total size of the metadata and allocate Math.min(DEFAULT_BUFFER_LEN, metadata.length()).
We still have docs describing an antigen plugin that has long been deprecated
Describe the bug
The portion of the wiki that describes how to reverse URL's to datastore files is not working or outdated. If it could be updated that would be great or if not perhaps a note about the documentation being out dated could help.
https://github.com/xwiki-labs/cryptpad/wiki/Understanding-the-database#finding-particular-documents
Executing the suggested code from the wiki an
我按照http://gmssl.org/docs/quickstart.html 上的步骤在Ubuntu 16.04LTS上安装GmSSL,出现了以下错误:
Makefile:6850: recipe for target 'engines/sdf_dummy.o' failed
make[1]: *** [engines/sdf_dummy.o] Error 1
make[1]: Leaving directory 'home/usr/Downloads/GmSSL-master'
Makefile:128: recipe for target 'all' failed
make: *** [all] Error 2
请问一下我该如何解决这个错误呢?
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."



rclone v1.48.0
ncdu shows empty files as:
@ 0.0 B [ ] emptyfile
..and empty folders as:
e 0.0 B [ ] /emptyfolder
Could rclone ncdu get the indicators as well?