Skip to content

Commit 75a74df

Browse files
committed
Move Encryption file
1 parent befe766 commit 75a74df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ go build -o bin
274274
275275
prvt encrypts your files using strong, industry-standard ciphers, such as AES-256-GCM and ChaCha20-Poly1305. The encryption key is derived from the passphrase you choose using Argon2id, or from a key wrapped with GPG.
276276
277-
Check out the [Encryption](./Encryption.md) document for detailed information.
277+
Check out the [Encryption](./docs/Encryption.md) document for detailed information.
278278
279279
### Does prvt encrypt the names of files and folders?
280280
@@ -286,7 +286,7 @@ The prvt codebase has not been audited yet (and you won't see a "1.0" release un
286286
287287
However, all the cryptographic operations used by prvt leverage popular, strong ciphers and algorithms such as AES-256-GCM, ChaCha20-Poly1305, and Argon2id. prvt relies on production-ready libraries that implement those algorithms, such as [minio/sio](https://github.com/minio/sio), [google/tink](https://github.com/google/tink), and the Go's standard library. Additionally, prvt can interface with an externally-installed GPG utility if you are initializing a repository with a GPG-wrapped key.
288288
289-
Check out the [Encryption](./Encryption.md) document for detailed information.
289+
Check out the [Encryption](./docs/Encryption.md) document for detailed information.
290290
291291
### How many files can I store in a repository?
292292

Encryption.md docs/Encryption.md

File renamed without changes.

0 commit comments

Comments
 (0)