summaryrefslogtreecommitdiff
path: root/src/Readme.md
blob: d6dbe3596f0ff2497e343f13b4c82faf9e2dc49b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Build System
=====

##CMake (v3.0.2)

<br />

Library Versions
=====

##crypto++ (v5.6.1)
##libxml++ (v2.6-2)
##GTK+ (v3.14)

<br />

Class organisation
=====

##CryptClass
> Contain all crypting algorithm, and use
**crypto++** library.

##IOFileClass
> Contain all class that manage IO in file.
*FileManIOFile* class load and save encrypted files, and use
class from *CryptClass*. 

##ParserClass
> Contain class for parsing data (exemple: parsing a decrypted file from *FileManIOFile*.

##GTK+
> Contain the graphical interface, using *gtk+* library.

##Coming soon:
>GTK+Class to manager GUI. 
<br /><br />

PLEASE USE DOXYGEN COMMENTS
=====