From 798759de72f5f9732cc0399ea73eb0e79ab3fa5f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 14 Jul 2022 19:54:09 +0100 Subject: [PATCH 1/5] =?UTF-8?q?Fixes=20typo,=20CalmAV=20=E2=86=92ClamAV=20?= =?UTF-8?q?(#31)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #31 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d610e..966ab8c 100644 --- a/README.md +++ b/README.md @@ -1315,7 +1315,7 @@ Cross-platform, open source malware detection and virus prevention tools | Provider | Description | | --- | --- | -**[CalmAV](https://www.clamav.net)** | An open source cross-platform antivirus engine for detecting viruses, malware & other malicious threats. It is versatile, performant and very effective +**[ClamAV](https://www.clamav.net)** | An open source cross-platform antivirus engine for detecting viruses, malware & other malicious threats. It is versatile, performant and very effective **[VirusTotal](https://www.virustotal.com)** | Web-based malware scanner, that inspects files and URLs with over 70 antivirus scanners, URL/domain services, and other tools to extract signals and determine the legitimacy **[Armadito](https://www.armadito.com)** | Open source signature-based anti-virus and malware detection for Windows and Linux. Supports both ClamAV signatures and YARA rules. Has a user-friendly interface, and includes a web-based admin panel for remote access. From db36d4352d3a5acf09aaaac9d02c0a3a6b54f7bf Mon Sep 17 00:00:00 2001 From: cole <40342475+colenh@users.noreply.github.com> Date: Thu, 14 Jul 2022 18:12:28 -0400 Subject: [PATCH 2/5] fix very small typo on ScriptSafe extension yo - > to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 966ab8c..b8cbef0 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ The following browser add-ons give you better control over what content is able **[HTTPS Everywhere](https://eff.org/https-everywhere)** | Forces sites to load in HTTPS, in order to encrypt your communications with websites, making your browsing more secure (Similar to [Smart HTTPS](https://mybrowseraddon.com/smart-https.html)). Note this functionality is now included by default in most modern browsers. **Download**: [Chrome][https-everywhere-chrome] \ [Firefox][https-everywhere-firefox] **[uBlock Origin](https://github.com/gorhill/uBlock)** | Block ads, trackers and malware sites. **Download**: [Chrome][ublock-chrome] \ [Firefox][ublock-firefox] **[uMatrix](https://github.com/gorhill/uMatrix/wiki)** | Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc. Similar to uBlock, but with more granular controls for advanced usage
**Download**: [Firefox](https://addons.mozilla.org/en-US/firefox/addon/umatrix/) \ [Chrome](https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf) \ [Opera](https://addons.opera.com/en-gb/extensions/details/umatrix/) \ [Source](https://github.com/gorhill/uMatrix) -**[ScriptSafe](https://github.com/andryou/scriptsafe)** | Allows you yo block the execution of certain scripts. **Download**: [Chrome][script-safe-chrome] \ [Firefox][script-safe-firefox] +**[ScriptSafe](https://github.com/andryou/scriptsafe)** | Allows you to block the execution of certain scripts. **Download**: [Chrome][script-safe-chrome] \ [Firefox][script-safe-firefox] **[Firefox Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/)** | Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously. **Download**: [Firefox](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) **[Temporary Containers](https://github.com/stoically/temporary-containers)** | This Extension, combined with Firefox Multi-Account Containers, let's you isolate cookies and other private data for each web site. **Download**: [Firefox](https://github.com/stoically/temporary-containers) **[WebRTC-Leak-Prevent](https://github.com/aghorler/WebRTC-Leak-Prevent)** | Provides user control over WebRTC privacy settings in Chromium, in order to prevent WebRTC leaks. **Download**: [Chrome][web-rtc-chrome]. For Firefox users, you can do this through [browser settings](https://www.privacytools.io/browsers/#webrtc). Test for WebRTC leaks, with [browserleaks.com/webrtc](https://browserleaks.com/webrtc) From c0db99e51085dc951bfcac951b852bec553fa88d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 15 Jul 2022 12:36:37 +0100 Subject: [PATCH 3/5] Adds age under File Encryption (#32) Fixes #32 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8cbef0..fb119ad 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,8 @@ For KeePass users, [TrayTop](https://keepass.info/plugins.html#traytotp) is a pl | --- | --- | **[VeraCrypt](https://www.veracrypt.fr)** | VeraCrypt is open source cross-platform disk encryption software. You can use it to either encrypt a specific file or directory, or an entire disk or partition. VeraCrypt is incredibly feature-rich, with comprehensive encryption options, yet the GUI makes it easy to use. It has a CLI version, and a portable edition. VeraCrypt is the successor of (the now deprecated) TrueCrypt. **[Cryptomator](https://cryptomator.org)** | Open source client-side encryption for cloud files - Cryptomator is geared towards using alongside cloud-backup solutions, and hence preserves individual file structure, so that they can be uploaded. It too is easy to use, but has fewer technical customizations for how the data is encrypted, compared with VeraCrypt. Cryptomator works on Windows, Linux and Mac - but also has excellent mobile apps. +**[age](https://github.com/FiloSottile/age)** | `age` is a simple, modern and secure CLI file encryption tool and Go library. It features small explicit keys, no config options, and UNIX-style composability + #### Notable Mentions [AES Crypt](https://www.aescrypt.com/) is a light-weight and easy file encryption utility. It includes applications for Windows, Mac OS, BSD and Linux, all of which can be interacted with either through the GUI, CLI or programatically though an API (available for Java, C, C# and Python). Although it is well established, with an overall positive reputation, there have been some [security issues](https://www.reddit.com/r/privacytoolsIO/comments/b7riov/aes_crypt_security_audit_1_serious_issue_found/) raised recently. From 6e0898773758ca39fff3dba7cb4a4c47b8dba203 Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sat, 16 Jul 2022 06:02:38 +0100 Subject: [PATCH 4/5] Updates contributor SVG --- .github/assets/CONTRIBUTORS.svg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/assets/CONTRIBUTORS.svg b/.github/assets/CONTRIBUTORS.svg index f2e9ded..7e7f5fb 100644 --- a/.github/assets/CONTRIBUTORS.svg +++ b/.github/assets/CONTRIBUTORS.svg @@ -3,7 +3,16 @@ + + + + + + - + + + + \ No newline at end of file From a2e4d80b3895f286686ab13fce1f81fbf58e4859 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sat, 16 Jul 2022 06:02:40 +0100 Subject: [PATCH 5/5] Updates contributors list --- .github/CREDITS.md | 81 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 62 insertions(+), 19 deletions(-) diff --git a/.github/CREDITS.md b/.github/CREDITS.md index 5d1c69d..4aec662 100644 --- a/.github/CREDITS.md +++ b/.github/CREDITS.md @@ -8,45 +8,59 @@ peng1can
- peng1can + Peng1can
- emlazzarin + emlazzarin
Eddy Lazzarin
+ + + k-rol +
+ Carol Ouellet +
+ - UlisesGascon + UlisesGascon
Ulises Gascón
- BOZG + BOZG
Stephen Rigney
+ + + AdamXweb +
+ Adam Kostarelas +
+ + - bmcgonag + bmcgonag
Brian McGonagill
- Robert-Ernst + Robert-Ernst
Robert Ernst
- - + vlad-timofeev @@ -56,7 +70,7 @@ - kitl000 + kitl000
Kit L.
@@ -74,7 +88,8 @@
Byolock - + + PAPAMICA @@ -86,27 +101,26 @@ hugalafutro
- hugalafutro + Hugalafutro
- - + - shadowking001 + shadowking001
LawrenceP.
- KierenConnell + KierenConnell
Kieren Connell
- ratty222 + ratty222
Brent
@@ -115,14 +129,22 @@ undefined
- undefined + Undefined
- + + jtfinley72
- jtfinley72 + Jtfinley72 +
+ + + + CynegeticIO +
+ CynegeticIO
@@ -148,12 +170,33 @@ Alicia Sykes + + + KieranRobson +
+ Kieran +
+ + + + liss-bot +
+ Alicia Bot +
+ LuigiImVector
ImVector
+ + + + colenh +
+ Cole +