From 6047727d0f5b50a864100a5de2622d76cef3e903 Mon Sep 17 00:00:00 2001 From: Aleksejs Kovalovs Date: Sat, 6 Jul 2024 06:32:08 +0000 Subject: [PATCH] fix: Picocrypt source and download links (#2631) Signed-off-by: Daniel Gray --- docs/encryption.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/encryption.md b/docs/encryption.md index 9dee9fa7..2165e954 100644 --- a/docs/encryption.md +++ b/docs/encryption.md @@ -54,16 +54,16 @@ Cryptomator's documentation details its intended [security target](https://docs. **Picocrypt** is a small and simple encryption tool that provides modern encryption. Picocrypt uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security. It uses Go's standard x/crypto modules for its encryption features. -[:octicons-repo-16: Repository](https://github.com/HACKERALERT/Picocrypt){ .md-button .md-button--primary } -[:octicons-code-16:](https://github.com/HACKERALERT/Picocrypt){ .card-link title="Source Code" } +[:octicons-repo-16: Repository](https://github.com/Picocrypt/Picocrypt){ .md-button .md-button--primary } +[:octicons-code-16:](https://github.com/Picocrypt/Picocrypt){ .card-link title="Source Code" } [:octicons-heart-16:](https://opencollective.com/picocrypt){ .card-link title=Contribute }
Downloads -- [:simple-windows11: Windows](https://github.com/HACKERALERT/Picocrypt/releases) -- [:simple-apple: macOS](https://github.com/HACKERALERT/Picocrypt/releases) -- [:simple-linux: Linux](https://github.com/HACKERALERT/Picocrypt/releases) +- [:simple-windows11: Windows](https://github.com/Picocrypt/Picocrypt/releases) +- [:simple-apple: macOS](https://github.com/Picocrypt/Picocrypt/releases) +- [:simple-linux: Linux](https://github.com/Picocrypt/Picocrypt/releases)