@@ -19,7 +19,7 @@ comparison:
1919 header : |
2020 <div class="inline-flex flex-col-reverse gap-2 items-center">
2121 <span class="font-normal">VeraCrypt</span>
22- <img class="max-w-16 h-12" src="/img/comparisons/veracrypt-logo.svg">
22+ <img class="max-w-16 h-12" src="/img/comparisons/veracrypt-logo.svg" aria-hidden="true" >
2323 </div>
2424 footer : |
2525 <a class="btn btn-outline-primary w-full px-2 md:px-4 py-1 md:py-1" href="/comparisons/veracrypt-alternative/" data-umami-event="comparisons-veracrypt-cta">Full Comparison</a>
@@ -101,13 +101,13 @@ It is designed to encrypt local and external drives, allowing users to secure en
101101 <th class="font-h3 font-normal text-left text-xs lg:text-sm leading-relaxed p-2 lg:p-4">
102102 <div class="inline-flex flex-col-reverse gap-2 items-center">
103103 <span class="font-headline font-bold text-primary">CRYPTOMATOR</span>
104- <img class="max-w-16 h-12" src="/img/logo.svg">
104+ <img class="max-w-16 h-12" src="/img/logo.svg" aria-hidden="true" >
105105 </div>
106106 </th>
107107 <th class="font-h3 font-normal text-left text-xs lg:text-sm leading-relaxed p-2 lg:p-4">
108108 <div class="inline-flex flex-col-reverse gap-2 items-center">
109109 <span class="font-normal">VeraCrypt</span>
110- <img class="max-w-16 h-12" src="/img/comparisons/veracrypt-logo.svg">
110+ <img class="max-w-16 h-12" src="/img/comparisons/veracrypt-logo.svg" aria-hidden="true" >
111111 </div>
112112 </th>
113113 </tr>
@@ -162,7 +162,7 @@ VeraCrypt offers more customization and greater control over encryption, but thi
162162
163163Both tools use AES-256 as their primary algorithm, which is widely considered one of the most secure encryption standards.
164164
165- VeraCrypt also allows the use of other algorithms such as:
165+ VeraCrypt also allows the use of other algorithms, such as:
166166
167167- Serpent
168168- Twofish
0 commit comments