You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,7 @@ Simple open source App to encrypt files whit AES encryption, based on Qt and Ope
3
3
4
4
Different key lenghts can be chosen (128 bits, 192 bits and 256 bits). <br>
5
5
To encrypt or decrypt files simply drag and drop and insert password.
6
-
7
-
<h2>Download</h2>
8
-
MacOS version already compiled and deployed can be downloaded <ahref="https://github.com/LucaAngioloni/FileEncrypt/raw/master/FileEncrypt.dmg">here</a>.
9
-
10
-
<h2>Dependencies</h2>
6
+
<h3>Dependencies</h3>
11
7
<table><thead>
12
8
<tr>
13
9
<th>Name</th>
@@ -27,6 +23,9 @@ MacOS version already compiled and deployed can be downloaded <a href="https://g
27
23
<td>?Possibly every version? (Versions not tested)</td>
28
24
</tr>
29
25
</tbody></table>
26
+
<h2>Download</h2>
27
+
MacOS version already compiled and deployed can be downloaded <ahref="https://github.com/LucaAngioloni/FileEncrypt/raw/master/FileEncrypt.dmg">here</a>.
28
+
30
29
31
30
<h3>Credits</h3>
32
31
Thanks to Alexey Lysenko for the cryptfiledevice class.
0 commit comments