The Wayback Machine - https://web.archive.org/web/20200615150037/https://github.com/topics/encryption
Skip to content
#

encryption

Here are 3,501 public repositories matching this topic...

algo
Christilut
Christilut commented Nov 6, 2019

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

ThomasWaldmann
ThomasWaldmann commented Apr 13, 2020

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
-     
jspeedz
jspeedz commented Sep 5, 2019

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

rday
rday commented Mar 2, 2020

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

DecipherIt
DecipherIt commented Mar 11, 2020

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

5a384507-18ce-417c-bb55-d4dfcc8883fe
5a384507-18ce-417c-bb55-d4dfcc8883fe commented Mar 4, 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

cyphunk
cyphunk commented Apr 14, 2020

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

NashMiao
NashMiao commented Apr 26, 2018

我按照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.

Curate this topic

Add this topic to your repo

To associate your repository with the encryption topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.